diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-12 00:06:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-12 00:06:59 +0000 |
commit | c6d7589b896a1051ed26ac362b328db70c0a834a (patch) | |
tree | 055ef8d0bb3a59fb533bd5067d8c8ae19cae198b | |
parent | 78260b1374f8876525bf11b18224342f49836495 (diff) |
Formerly io-reauthenticate.c.~4~
-rw-r--r-- | libdiskfs/io-reauthenticate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-reauthenticate.c b/libdiskfs/io-reauthenticate.c index e7445146..2300221a 100644 --- a/libdiskfs/io-reauthenticate.c +++ b/libdiskfs/io-reauthenticate.c @@ -42,10 +42,10 @@ S_io_reauthenticate (struct protid *cred, mutex_lock (&cred->po->np->lock); newcred = diskfs_start_protid (cred->po); err = auth_server_authenticate (diskfs_auth_server_port, - cred->pi.port, + ports_get_right (cred), MACH_MSG_TYPE_MAKE_SEND, rend_int, - newcred->pi.port, + ports_get_right (newcred), MACH_MSG_TYPE_MAKE_SEND, &gen_uids, &genuidlen, &aux_uids, &auxuidlen, |