Browse Source

fuse.cpp

tests
Antonio SJ Musumeci 4 days ago
parent
commit
b270971459
  1. 1
      libfuse/lib/fuse.cpp

1
libfuse/lib/fuse.cpp

@ -1480,7 +1480,6 @@ fuse_lib_getattr(fuse_req_t *req_,
if(!err)
{
fmt::print("getattr: fh={}; fusepath={};\n",
fh,fusepath ? fusepath : "(null)");
err = ((fusepath != NULL) ?

Loading…
Cancel
Save