diff --git a/src/func_getattr_ff.cpp b/src/func_getattr_ff.cpp index 70af71f1..a1eaa782 100644 --- a/src/func_getattr_ff.cpp +++ b/src/func_getattr_ff.cpp @@ -24,5 +24,5 @@ Func2::GetattrFF::process(const Branches &branches_, return 0; } - return 0; + return -ENOENT; }