From d4e9cc4578c7a406359d21402b9a032e9ca83cb8 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 24 Nov 2024 00:37:10 -0600 Subject: [PATCH] func_getattr_ff.cpp --- src/func_getattr_ff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }