Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 9 months ago
parent
commit
84cc56723d
  1. 2
      src/fuse_open.cpp

2
src/fuse_open.cpp

@ -313,6 +313,6 @@ namespace FUSE
return l::passthrough(fc,ffi_);
}
return rv;
return 0;
}
}
Loading…
Cancel
Save