From bcad5ccf786c1e97cba7060a3ca42267413a2435 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 13 Feb 2024 20:03:54 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_) {