diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-19 18:24:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-19 18:24:18 +0000 |
commit | a3f853d014f616edf2844e8e3d5048bb3c43898d (patch) | |
tree | 2a8137f01f532f57494781721e2058c9d2365259 | |
parent | 45969c4fec00228aefb09ec4a886f57a4f348e5d (diff) |
Formerly dir-lookup.c.~5~
-rw-r--r-- | libnetfs/dir-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/dir-lookup.c b/libnetfs/dir-lookup.c index 0f66c92d..5915a7a7 100644 --- a/libnetfs/dir-lookup.c +++ b/libnetfs/dir-lookup.c @@ -375,7 +375,7 @@ netfs_S_dir_lookup (struct protid *diruser, newpi = netfs_make_protid (netfs_make_peropen (np, flags, diruser->po->dotdotport), - diruser->credential); + netfs_copy_credential (diruser->credential)); *retry_port = ports_get_right (newpi); ports_port_deref (newpi); |