* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS error
condition pointed to by Clang.
This commit is contained in:
@@ -848,6 +848,7 @@ fhandler_registry::open (int flags, mode_t mode)
|
||||
{
|
||||
set_errno (EROFS);
|
||||
res = 0;
|
||||
goto out;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user