diff options
-rw-r--r-- | libdiskfs/dir-lookup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index 15a9b0cf..86116e35 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -294,8 +294,6 @@ diskfs_S_dir_lookup (struct protid *dircred, if (error != ENOENT) { - diskfs_nrele (dnp); - diskfs_nput (np); *returned_port_poly = MACH_MSG_TYPE_MOVE_SEND; if (!lastcomp && !error) { @@ -303,7 +301,7 @@ diskfs_S_dir_lookup (struct protid *dircred, *end++ = '/'; strcpy (end, nextname); } - return error; + goto out; } /* ENOENT means there was a hiccup, and the translator |