Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -146,7 +146,7 @@ namespace l
std::stringc const *basepath;
basepath = cache.find(fusepath_);
if(i == NULL)
if(basepath == NULL)
{
rv = searchFunc_(branches_,fusepath_,&basepaths);
if(rv == -1)

Loading…
Cancel
Save