fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-15 07:47:04 -05:00
parent 0f3bb21044
commit e29bcc02fc

View File

@ -143,7 +143,7 @@ namespace l
static PolicyCache cache(1024*1024);
basepath = cache.find(fusepath_);
if(basepath == NULL)
if(basepath.get().empty())
{
rv = searchFunc_(branches_,fusepath_,&basepaths);
if(rv == -1)