diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 20:50:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 20:50:43 +0000 |
commit | c75d7d8a1f4b8831a809872c5b5415fb03e74efe (patch) | |
tree | f3633cc1f4f7dac2d2221fb4187f7aab6adb3f01 /libdiskfs/io-reauthenticate.c | |
parent | 0bca4639f2688224ab73baaa5a427a82d4b0826f (diff) |
Formerly io-reauthenticate.c.~3~
Diffstat (limited to 'libdiskfs/io-reauthenticate.c')
-rw-r--r-- | libdiskfs/io-reauthenticate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdiskfs/io-reauthenticate.c b/libdiskfs/io-reauthenticate.c index ff4e1d19..e7445146 100644 --- a/libdiskfs/io-reauthenticate.c +++ b/libdiskfs/io-reauthenticate.c @@ -41,11 +41,11 @@ S_io_reauthenticate (struct protid *cred, mutex_lock (&cred->po->np->lock); newcred = diskfs_start_protid (cred->po); - err = auth_server_authenticate (auth_server_port, - cred->fspt.pi.port, + err = auth_server_authenticate (diskfs_auth_server_port, + cred->pi.port, MACH_MSG_TYPE_MAKE_SEND, rend_int, - newcred->fspt.pi.port, + newcred->pi.port, MACH_MSG_TYPE_MAKE_SEND, &gen_uids, &genuidlen, &aux_uids, &auxuidlen, |