diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 0344af9d..d74ddc8d 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -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_) {