* fhandler_registry.cc (fhandler_registry::close): Return any error result to
the caller. * syscalls.cc (_close): Return result of fhandler::close to the caller.
This commit is contained in:
@@ -533,7 +533,7 @@ fhandler_registry::close ()
|
||||
}
|
||||
if (value_name)
|
||||
cfree (value_name);
|
||||
return 0;
|
||||
return res;
|
||||
}
|
||||
|
||||
bool
|
||||
|
Reference in New Issue
Block a user