fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-14 23:44:09 -05:00
parent de4f5012c2
commit 39778ab529

View File

@ -160,7 +160,7 @@ namespace l
rv = searchFunc_(branches_,fusepath_,&basepaths);
if(rv == -1)
{
_cache.erase(fusepath_);
cache.erase(fusepath_);
return -errno;
}