fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-02-21 23:39:57 -06:00
parent 43545af511
commit e698e32cf0
+1 -1
View File
@@ -153,7 +153,7 @@ namespace l
i = cache.insert(fusepath_,basepaths[0]);
}
fullpath = fs::path::make(i->second,fusepath_);
fullpath = fs::path::make(*i,fusepath_);
rv = l::getattr(fullpath,followsymlinks_,st_);
if(rv == 0)