Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 9 months ago
parent
commit
53925e3d53
  1. 6
      src/fuse_open.cpp

6
src/fuse_open.cpp

@ -345,9 +345,9 @@ namespace FUSE
fuse_file_info_t *ffi_)
{
pt.emplace_or_visit(std::string{fusepath_},
[](const PTMap::value_type &x_)
{
});
[](const PTMap::value_type &x_)
{
});
return open2(fusepath_,ffi_);
}

Loading…
Cancel
Save