Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 2 months ago
parent
commit
1eb1a6e818
  1. 4
      src/fuse_open.cpp

4
src/fuse_open.cpp

@ -331,8 +331,10 @@ namespace FUSE
{
Config::Read cfg;
if(+cfg->passthrough);
if(+cfg->passthrough)
return open_passthrough(fusepath_,ffi_);
return open2(fusepath_,ffi_);
PTInfo *pti;

Loading…
Cancel
Save