From 03cae0aa7704f10bbe1046569447949d9db43740 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 15:17:03 +0000 Subject: (fshelp_fetch_root) [reauth]: Use new args for auth_user_authenticate. --- libfshelp/fetch-root.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libfshelp/fetch-root.c') 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; -- cgit v1.2.3