fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-13 20:03:54 -06:00
parent 2902fd3dfd
commit bcad5ccf78

View File

@ -117,7 +117,7 @@ namespace l
i = cache.insert({fusepath_,basepaths[0]});
}
fullpath = fs::path::make(basepaths[0],fusepath_);
fullpath = fs::path::make(i->second,fusepath_);
switch(followsymlinks_)
{