Browse Source

func_getattr_ff.cpp

nix-debugging
Antonio SJ Musumeci 3 days ago
parent
commit
2c667129f9
  1. 3
      src/func_getattr_ff.cpp

3
src/func_getattr_ff.cpp

@ -28,7 +28,10 @@ Func2::GetAttrFF::operator()(const Branches &branches_,
fullpath = branch.path / fusepath_; fullpath = branch.path / fusepath_;
rv = fs::stat(fullpath,st_,follow_symlinks_); rv = fs::stat(fullpath,st_,follow_symlinks_);
if(rv < 0) if(rv < 0)
{
err = rv;
continue; continue;
}
symlinkify::convert_if_can_be_symlink(fullpath, symlinkify::convert_if_can_be_symlink(fullpath,
st_, st_,

Loading…
Cancel
Save