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) {