mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
vfs: use correct enum values in 'Dir_file_system::open_composite_dirs()'
Fixes #2968
This commit is contained in:
parent
5adb6f0c5f
commit
9a2af89c4e
@ -634,8 +634,8 @@ class Vfs::Dir_file_system : public File_system
|
|||||||
switch (r) {
|
switch (r) {
|
||||||
case OPENDIR_OK:
|
case OPENDIR_OK:
|
||||||
break;
|
break;
|
||||||
case OPEN_ERR_OUT_OF_RAM:
|
case OPENDIR_ERR_OUT_OF_RAM:
|
||||||
case OPEN_ERR_OUT_OF_CAPS:
|
case OPENDIR_ERR_OUT_OF_CAPS:
|
||||||
return r;
|
return r;
|
||||||
default:
|
default:
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user