Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

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

Loading…
Cancel
Save