Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 23 hours ago
parent
commit
d5ef721266
  1. 2
      src/fuse_getattr.cpp

2
src/fuse_getattr.cpp

@ -92,7 +92,7 @@ _getattr(const fs::path &fusepath_,
st_,
cfg.follow_symlinks,
cfg.symlinkify_timeout);
if(rv == -EACCES)
if(rv < 0 && rv != -ENOENT)
{
fmt::println("getattr: {}\n"
" uid: {}\n"

Loading…
Cancel
Save