Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 15 hours ago
parent
commit
0a5ae5428b
  1. 2
      src/fuse_getattr.cpp

2
src/fuse_getattr.cpp

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

Loading…
Cancel
Save