Browse Source

fuse_open.cpp

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

2
src/fuse_open.cpp

@ -362,7 +362,7 @@ namespace FUSE
{
Config::Read cfg;
if(+cfg->passthrough)
if(cfg->passthrough)
return open_passthrough(fusepath_,ffi_);
return open_regular(fusepath_,ffi_);

Loading…
Cancel
Save