fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-16 00:13:10 -06:00
parent 4f2796cfd0
commit 43545af511

View File

@ -150,7 +150,7 @@ namespace l
if(rv == -1)
return -errno;
i = cache.insert({fusepath_,basepaths[0]});
i = cache.insert(fusepath_,basepaths[0]);
}
fullpath = fs::path::make(i->second,fusepath_);