diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-19 03:42:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-19 03:42:43 +0000 |
commit | 8ad48f6ce444648397d82b107cd196c24599d7cb (patch) | |
tree | 1dbc9e6c691521e74a48a9df2b7944366a4c0922 /libnetfs/io-reauthenticate.c | |
parent | f030ef4e9d02fc0c88113a569773e49d629e9aa2 (diff) |
*** empty log message ***
Diffstat (limited to 'libnetfs/io-reauthenticate.c')
-rw-r--r-- | libnetfs/io-reauthenticate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnetfs/io-reauthenticate.c b/libnetfs/io-reauthenticate.c index aea60154..dff3af8f 100644 --- a/libnetfs/io-reauthenticate.c +++ b/libnetfs/io-reauthenticate.c @@ -67,6 +67,9 @@ netfs_S_io_reauthenticate (struct protid *user, mach_port_t rend_port) newpi->credential = netfs_make_credential (gen_uids, genuidlen, gen_gids, gengidlen); + mach_port_move_member (mach_task_self (), newpi->pi.port_right, + netfs_port_bucket->portset); + mutex_unlock (&user->po->np->lock); ports_port_deref (newpi); |