summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-26 16:49:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-26 16:49:23 +0000
commit7cfde2e8e5dd4d8b58d65637a75ae96c4f0c9336 (patch)
tree6ca2066ffb931cf33710d7a096bd77fb24339603 /libdiskfs
parentaccbcaa1a4cc3796cb3fe5cd6d70650419caa761 (diff)
entered into RCS
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/fsys-getroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/fsys-getroot.c b/libdiskfs/fsys-getroot.c
index 48c95916..044dc1bf 100644
--- a/libdiskfs/fsys-getroot.c
+++ b/libdiskfs/fsys-getroot.c
@@ -57,7 +57,7 @@ diskfs_S_fsys_getroot (fsys_t controlport,
type = diskfs_root_node->dn_stat.st_mode & S_IFMT;
repeat_transcheck:
- if (diskfs_root_node->istranslated
+ if ((diskfs_root_node->istranslated
|| diskfs_root_node->translator.control != MACH_PORT_NULL)
&& !(flags & O_NOTRANS))
{