From c6d7589b896a1051ed26ac362b328db70c0a834a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sat, 12 Feb 1994 00:06:59 +0000 Subject: Formerly io-reauthenticate.c.~4~ --- libdiskfs/io-reauthenticate.c | 4 ++-- 1 file 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, -- cgit v1.2.3