fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-04-12 19:20:32 -05:00
parent a67d8650cf
commit e728348bf8
+1 -1
View File
@@ -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_);