diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-22 20:42:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-22 20:42:49 +0000 |
commit | 08dfaba9db0f04c94a1bcf2b1b410b05f42ffd2f (patch) | |
tree | 281323e46eebd5118aa29e2545a2b9087889c7ce | |
parent | dbc6a83644299780fbb0adc89bef5c613ec8c818 (diff) |
Formerly io-reauthenticate.c.~7~
-rw-r--r-- | libtrivfs/io-reauthenticate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtrivfs/io-reauthenticate.c b/libtrivfs/io-reauthenticate.c index 4afdb2ba..57e4b769 100644 --- a/libtrivfs/io-reauthenticate.c +++ b/libtrivfs/io-reauthenticate.c @@ -71,6 +71,7 @@ trivfs_S_io_reauthenticate (struct trivfs_protid *cred, bcopy (gen_gids, newcred->gids, gengidlen * sizeof (uid_t)); newcred->nuids = genuidlen; newcred->ngids = gengidlen; + newcred->hook = cred->hook; newcred->po = cred->po; newcred->po->refcnt++; |