Browse Source

mergerfs.cpp

Antonio SJ Musumeci 2 months ago
parent
commit
f4de70abe2
  1. 4
      src/mergerfs.cpp

4
src/mergerfs.cpp

@ -148,8 +148,8 @@ namespace l
ops_.write = (nullrw_ ? FUSE::write_null : FUSE::write);
ops_.renameat2 = NULL;
ops_.statx = NULL;
ops_.lseek = NULL;
ops_.statx = NULL;
ops_.lseek = NULL;
return;
}

Loading…
Cancel
Save