diff options
-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, |