diff options
-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 98cb39a1..540b159f 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -170,8 +170,7 @@ diskfs_S_dir_lookup (struct protid *dircred, /* If this is translated, start the translator (if necessary) and return. */ if ((((flags & O_NOTRANS) == 0) || !lastcomp) - && (np->istranslated - || fshelp_translated (&diskfs_root_node->transbox))) + && (np->istranslated || fshelp_translated (&np->transbox))) { mach_port_t dirport; |