diff options
-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; |