Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 8 months ago
parent
commit
8b497a4131
  1. 2
      src/fuse_getattr.cpp

2
src/fuse_getattr.cpp

@ -143,7 +143,7 @@ namespace l
for(int c = 0; c < 2; c++) for(int c = 0; c < 2; c++)
{ {
nonstd::optional<std::string> basepath;
const char *basepath;
basepath = cache.find(fusepath_); basepath = cache.find(fusepath_);
if(!basepath) if(!basepath)

Loading…
Cancel
Save