From 03bee469175083b37357bb648c4cf16e71603ba0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 27 Jun 1995 15:06:52 +0000 Subject: (trivfs_S_io_reauthenticate): Use new ports interface. --- libtrivfs/io-reauthenticate.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libtrivfs/io-reauthenticate.c b/libtrivfs/io-reauthenticate.c index 2f934810..c546f8aa 100644 --- a/libtrivfs/io-reauthenticate.c +++ b/libtrivfs/io-reauthenticate.c @@ -47,7 +47,9 @@ trivfs_S_io_reauthenticate (struct trivfs_protid *cred, aux_uids = aubuf; aux_gids = agbuf; - newcred = ports_allocate_port (sizeof (struct trivfs_protid), cred->pi.type); + newcred = ports_allocate_port (cred->po->cntl->protid_bucket, + sizeof (struct trivfs_protid), + cred->po->cntl->protid_class); auth = getauth (); err = auth_server_authenticate (auth, ports_get_right (cred), -- cgit v1.2.3