mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fix: getattr fails when entry is missing
This commit is contained in:
parent
4c01ac668f
commit
21fbc199f6
@ -50,7 +50,7 @@ class FileSystem {
|
||||
};
|
||||
}
|
||||
else {
|
||||
return FilesSystem.BAD_NOENTRY;
|
||||
return FileSystem.BAD_NOENTRY;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user