diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 00:20:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 00:20:12 +0000 |
commit | 89c1a08047e16c89c2e4b7fbf3c0691e3cf6a5b9 (patch) | |
tree | 7f3eca032a7ee23d3abd8f1540bc810390ccca2e /pflocal/io.c | |
parent | d15fc56d40630fc4aee2ccdf54f9cf7c5385dc72 (diff) |
(S_io_reauthenticate): Use new auth_server_authenticate protocol.
Diffstat (limited to 'pflocal/io.c')
-rw-r--r-- | pflocal/io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pflocal/io.c b/pflocal/io.c index 6b3004b6..bdf09100 100644 --- a/pflocal/io.c +++ b/pflocal/io.c @@ -401,8 +401,7 @@ S_io_reauthenticate (struct sock_user *user, mach_port_t rendezvous) auth_server = getauth (); err = - auth_server_authenticate (auth_server, ports_get_right (user), - MACH_MSG_TYPE_MAKE_SEND, + auth_server_authenticate (auth_server, rendezvous, MACH_MSG_TYPE_MOVE_SEND, new_user_port, MACH_MSG_TYPE_MAKE_SEND, &uids, &num_uids, &aux_uids, &num_aux_uids, |