diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 12:56:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 12:56:42 +0000 |
commit | 8dc2b72cb93e8a7e80f7f9e57a21f4f10bac1154 (patch) | |
tree | 885ab7288422ebe349b618540c7ce553bc84039d /libnetfs/dir-lookup.c | |
parent | 9027298494805ac696540a7be0ebd1c0d621bc59 (diff) |
foo
Diffstat (limited to 'libnetfs/dir-lookup.c')
-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 2c63954b..9ca623f3 100644 --- a/libnetfs/dir-lookup.c +++ b/libnetfs/dir-lookup.c @@ -232,7 +232,7 @@ netfs_S_dir_lookup (struct protid *diruser, newpi = netfs_make_protid (netfs_make_peropen (dnp, 0, diruser->po->dotdotport), - 0); + netfs_make_credential (0, 0, 0, 0)); dirport = ports_get_right (newpi); mach_port_insert_right (mach_task_self (), dirport, dirport, MACH_MSG_TYPE_MAKE_SEND); |