fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-21 20:09:08 -06:00
parent f905c83504
commit 8f8f0b80d1

View File

@ -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)