diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:06:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:06:51 +0000 |
commit | 86683bfbefef5da3f8491ad165163363d06fb197 (patch) | |
tree | 926ee2507cdae36aedf7da0d64e9c2304cbc7d40 /libshouldbeinlibc/exec-reauth.c | |
parent | 33a18615f0a937ef2f68570fd8ea4c1847411bf4 (diff) |
(exec_reauth): Use new args to auth_user_authenticate.
Diffstat (limited to 'libshouldbeinlibc/exec-reauth.c')
-rw-r--r-- | libshouldbeinlibc/exec-reauth.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <miles@gnu.ai.mit.edu>, but really written by Michael I. Bushnell p/BSG <mib@gnu.ai.mit.edu> @@ -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) |