summaryrefslogtreecommitdiff
path: root/libfshelp
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp')
-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;