From 12bb659cbd725f7e04227efaddec48b10e56ed9a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 22:33:18 -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 aca99142..3f95cacc 100644 --- a/src/func_getattr_ff.cpp +++ b/src/func_getattr_ff.cpp @@ -42,5 +42,5 @@ Func2::GetAttrFF::operator()(const Branches &branches_, return rv; } - return -ENOENT; + return err; }