diff options
author | Miles Bader <miles@gnu.org> | 1995-12-19 01:04:23 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-19 01:04:23 +0000 |
commit | 74dd740d27d8fe4d2f9ea01c2c7d920b506a5fca (patch) | |
tree | 6325e1bea85fd6775f3584e8e399e5f1c0988af3 | |
parent | 85d7a015ea0c440735f58a4859cf6de25b664af7 (diff) |
(S_proc_reauthenticate): Don't return 0 for the new port.
-rw-r--r-- | proc/mgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ S_proc_reauthenticate (struct proc *p, mach_port_t rendport) err = auth_server_authenticate (authserver, p->p_reqport, MACH_MSG_TYPE_MAKE_SEND, rendport, MACH_MSG_TYPE_MOVE_SEND, - MACH_PORT_NULL, MACH_MSG_TYPE_COPY_SEND, + p->p_reqport, MACH_MSG_TYPE_MAKE_SEND, &gen_uids, &ngen_uids, &aux_uids, &naux_uids, &gen_gids, &ngen_gids, |