diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:17:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:17:03 +0000 |
commit | 03cae0aa7704f10bbe1046569447949d9db43740 (patch) | |
tree | 398544227e07a500fa07e3e84886cdfe45512d40 | |
parent | 56297a89040e5af221f8a7c00e3dff65cd062144 (diff) |
(fshelp_fetch_root) [reauth]: Use new args for auth_user_authenticate.
-rw-r--r-- | libfshelp/fetch-root.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libfshelp/fetch-root.c b/libfshelp/fetch-root.c index 1504204f..e743d638 100644 --- a/libfshelp/fetch-root.c +++ b/libfshelp/fetch-root.c @@ -72,9 +72,8 @@ fshelp_fetch_root (struct transbox *box, void *cookie, err = io_reauthenticate (port, rend, MACH_MSG_TYPE_MAKE_SEND); if (! err) - err = auth_user_authenticate (newauth, port, rend, - MACH_MSG_TYPE_MAKE_SEND, - &ret); + err = auth_user_authenticate (newauth, rend, + MACH_MSG_TYPE_MAKE_SEND, &ret); if (err) ret = MACH_PORT_NULL; |