summaryrefslogtreecommitdiff
path: root/libfshelp/fetch-root.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 15:17:03 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 15:17:03 +0000
commit03cae0aa7704f10bbe1046569447949d9db43740 (patch)
tree398544227e07a500fa07e3e84886cdfe45512d40 /libfshelp/fetch-root.c
parent56297a89040e5af221f8a7c00e3dff65cd062144 (diff)
(fshelp_fetch_root) [reauth]: Use new args for auth_user_authenticate.
Diffstat (limited to 'libfshelp/fetch-root.c')
-rw-r--r--libfshelp/fetch-root.c5
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;