From 4d90595a5334e14934ce3fcd8942ad7b3267b24b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 21 Nov 2025 13:03:22 -0600 Subject: [PATCH] func_getattr_combine.cpp --- src/func_getattr_combine.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/func_getattr_combine.cpp b/src/func_getattr_combine.cpp index db84b1c3..76a9100a 100644 --- a/src/func_getattr_combine.cpp +++ b/src/func_getattr_combine.cpp @@ -33,7 +33,10 @@ Func2::GetAttrCombine::operator()(const Branches &branches_, fullpath = branch.path / fusepath_; rv = fs::stat(fullpath,&tmp_st,follow_symlinks_); if(rv < 0) - continue; + { + err = rv; + continue; + } if(!first_branch) {