From 86683bfbefef5da3f8491ad165163363d06fb197 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 15:06:51 +0000 Subject: (exec_reauth): Use new args to auth_user_authenticate. --- libshouldbeinlibc/exec-reauth.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libshouldbeinlibc') diff --git a/libshouldbeinlibc/exec-reauth.c b/libshouldbeinlibc/exec-reauth.c index 3529cd0f..2b068684 100644 --- a/libshouldbeinlibc/exec-reauth.c +++ b/libshouldbeinlibc/exec-reauth.c @@ -1,6 +1,6 @@ /* Re-authentication in preparation for an exec - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Stolen by Miles Bader , but really written by Michael I. Bushnell p/BSG @@ -55,8 +55,8 @@ exec_reauth (auth_t auth, int secure, int must_reauth, (*port, ref, MACH_MSG_TYPE_MAKE_SEND); if (!err) - err = auth_user_authenticate (auth, *port, ref, - MACH_MSG_TYPE_MAKE_SEND, &newport); + err = auth_user_authenticate (auth, ref, MACH_MSG_TYPE_MAKE_SEND, + &newport); if (err) { if (must_reauth) -- cgit v1.2.3