Browse Source

func_getattr_combine.cpp

nix-debugging
Antonio SJ Musumeci 3 days ago
parent
commit
4d90595a53
  1. 5
      src/func_getattr_combine.cpp

5
src/func_getattr_combine.cpp

@ -33,7 +33,10 @@ Func2::GetAttrCombine::operator()(const Branches &branches_,
fullpath = branch.path / fusepath_; fullpath = branch.path / fusepath_;
rv = fs::stat(fullpath,&tmp_st,follow_symlinks_); rv = fs::stat(fullpath,&tmp_st,follow_symlinks_);
if(rv < 0) if(rv < 0)
continue;
{
err = rv;
continue;
}
if(!first_branch) if(!first_branch)
{ {

Loading…
Cancel
Save