From 8dbc912abef8c395a92e52433318203741df1a78 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 10 May 1994 19:38:50 +0000 Subject: Formerly io-reauthenticate.c.~3~ --- libtrivfs/io-reauthenticate.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtrivfs/io-reauthenticate.c b/libtrivfs/io-reauthenticate.c index e0388c01..2818662b 100644 --- a/libtrivfs/io-reauthenticate.c +++ b/libtrivfs/io-reauthenticate.c @@ -40,7 +40,8 @@ trivfs_S_io_reauthenticate (struct protid *cred, gubuf = gen_uids; ggbuf = gen_gids; aubuf = aux_uids; agbuf = aux_gids; - newcred = ports_allocate_port (sizeof (struct protid), PT_PROTID); + newcred = ports_allocate_port (sizeof (struct protid), + trivfs_protid_porttype); err = auth_server_authenticate (diskfs_auth_server_port, ports_get_right (cred), MACH_MSG_TYPE_MAKE_SEND, @@ -57,7 +58,9 @@ trivfs_S_io_reauthenticate (struct protid *cred, for (i = 0; i < genuidlen; i++) if (gen_uids[i] == 0) newcred->isroot = 1; - err = io_restrict_auth (trivfs_underlying_node, &newcred->realnode, + newcred->cntl = cred->cntl; + ports_port_ref (newcred->cntl); + err = io_restrict_auth (newcred->cntl->underlying, &newcred->realnode, gen_uids, genuidlen, gen_gids, gengidlen); if (err) newcred->realnode = MACH_PORT_NULL; -- cgit v1.2.3