Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -94,6 +94,8 @@ should_break(const fs::path &fusepath_)
return false;
if(f == "_callImplicitHook 0 preHook")
return false;
if(f == "preHook")
return false;
return true;
}

Loading…
Cancel
Save