Skip to content

Commit e4d041c

Browse files
authored
Merge pull request #158 from kohlschuetter/ck/issue/156
core: Fix regression in handling of export table
2 parents eb9a7e3 + d52daa4 commit e4d041c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/java/org/dcache/nfs/vfs/PseudoFs.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,6 @@ private Inode innerInode(Inode inode) throws IOException {
753753
Inode innerRootInode = _inner.getRootInode();
754754
if (innerRootInode.getFileIdKey().equals(inode.getFileIdKey())) {
755755
return innerRootInode;
756-
} else {
757-
throw new BadHandleException();
758756
}
759757
}
760758
return Inode.innerInode(inode);

0 commit comments

Comments
 (0)