diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 20:54:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 20:54:52 +0000 |
commit | df6698cc2a1d4ccc9c9c73af47e4bcf7a11a3d76 (patch) | |
tree | 1592ab4b5978418c4b502c16e6edd459d98cc6d2 /libtrivfs | |
parent | 4227fbe577a8a67c1aa47c6b4a89bc3b6619e453 (diff) |
(trivfs_S_io_reauthenticate): Don't send right for CRED to
auth_server_authenticate.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/io-reauthenticate.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libtrivfs/io-reauthenticate.c b/libtrivfs/io-reauthenticate.c index 2adfd919..7cf2573e 100644 --- a/libtrivfs/io-reauthenticate.c +++ b/libtrivfs/io-reauthenticate.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1993, 1994, 1995 Free Software Foundation + Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation This file is part of the GNU Hurd. @@ -56,8 +56,6 @@ trivfs_S_io_reauthenticate (struct trivfs_protid *cred, auth = getauth (); err = auth_server_authenticate (auth, - ports_get_right (cred), - MACH_MSG_TYPE_MAKE_SEND, rendport, MACH_MSG_TYPE_MOVE_SEND, ports_get_right (newcred), |