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