mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
fix: getattr fails when entry is missing
This commit is contained in:
@@ -50,7 +50,7 @@ class FileSystem {
|
||||
};
|
||||
}
|
||||
else {
|
||||
return FilesSystem.BAD_NOENTRY;
|
||||
return FileSystem.BAD_NOENTRY;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user