* fhandler_procsys.cc (fhandler_procsys::open): Call worker exists
method, rather than wrapper.
This commit is contained in:
@@ -350,7 +350,7 @@ fhandler_procsys::open (int flags, mode_t mode)
|
||||
set_errno (EINVAL);
|
||||
else
|
||||
{
|
||||
switch (exists ())
|
||||
switch (exists (NULL))
|
||||
{
|
||||
case virt_directory:
|
||||
case virt_rootdir:
|
||||
|
Reference in New Issue
Block a user