diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-02-07 18:39:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-02-07 18:39:07 +0000 |
commit | 666ed13643f6d324abf680a117c3b5c56dd22168 (patch) | |
tree | 8813d2637be8d86470b42f1508e28a78ef76fe81 /libdiskfs | |
parent | 8ecf874f816ec9f75c7dc130bba8d286a07a8fac (diff) |
(diskfs_S_dir_lookup): Revert last change.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-lookup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index e61fef61..fd0ebc72 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -222,8 +222,7 @@ diskfs_S_dir_lookup (struct protid *dircred, /* Create an unauthenticated port for DNP, and then unlock it. */ error = - diskfs_create_protid (diskfs_make_peropen (dnp, - dircred->po->openstat, + diskfs_create_protid (diskfs_make_peropen (dnp, 0, dircred->po->dotdotport), 0, 0, 0, 0, &newpi); if (error) |