Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 7 months ago
parent
commit
307cd4d2e6
  1. 3
      src/fuse_open.cpp

3
src/fuse_open.cpp

@ -221,9 +221,6 @@ namespace l
ffi_->fh = reinterpret_cast<uint64_t>(fi);
fs::openat(fd,".",O_PATH);
return 0;
}

Loading…
Cancel
Save