fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-02-21 23:39:56 -06:00
parent 83eb2d1740
commit 2902fd3dfd
+1 -1
View File
@@ -114,7 +114,7 @@ namespace l
if(rv == -1)
return -errno;
cache.insert({fusepath_,basepaths[0]});
i = cache.insert({fusepath_,basepaths[0]});
}
fullpath = fs::path::make(basepaths[0],fusepath_);