Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 9 months ago
parent
commit
534220feab
  1. 4
      src/fuse_open.cpp

4
src/fuse_open.cpp

@ -344,12 +344,10 @@ namespace FUSE
open(const char *fusepath_,
fuse_file_info_t *ffi_)
{
pt.emplace_or_visit(std::string{fusepath_},
pt.emplace_or_visit(std::string{fusepath_,
[](const PTMap::value_type &x_)
{
});
pt.emplace();
return open2(fusepath_,ffi_);
}

Loading…
Cancel
Save