From df6698cc2a1d4ccc9c9c73af47e4bcf7a11a3d76 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 20:54:52 +0000 Subject: (trivfs_S_io_reauthenticate): Don't send right for CRED to auth_server_authenticate. --- libtrivfs/io-reauthenticate.c | 4 +--- 1 file changed, 1 insertion(+), 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), -- cgit v1.2.3