fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-21 20:09:02 -06:00
parent 170630f272
commit f905c83504

View File

@ -143,7 +143,9 @@ namespace l
for(int c = 0; c < 2; c++)
{
std::stringc const *basepath = cache.find(fusepath_);
std::stringc const *basepath;
basepath = cache.find(fusepath_);
if(i == NULL)
{
rv = searchFunc_(branches_,fusepath_,&basepaths);