summaryrefslogtreecommitdiff
path: root/pflocal
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-10 00:20:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-10 00:20:12 +0000
commit89c1a08047e16c89c2e4b7fbf3c0691e3cf6a5b9 (patch)
tree7f3eca032a7ee23d3abd8f1540bc810390ccca2e /pflocal
parentd15fc56d40630fc4aee2ccdf54f9cf7c5385dc72 (diff)
(S_io_reauthenticate): Use new auth_server_authenticate protocol.
Diffstat (limited to 'pflocal')
-rw-r--r--pflocal/io.c3
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,