From 89c1a08047e16c89c2e4b7fbf3c0691e3cf6a5b9 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 10 May 1996 00:20:12 +0000 Subject: (S_io_reauthenticate): Use new auth_server_authenticate protocol. --- pflocal/io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pflocal') 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, -- cgit v1.2.3