From e543d3284db64cf467de42a67a4f82ce5ca3843e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 21 Feb 2024 20:09:21 -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 a5b4c122..66c2d7c7 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -155,7 +155,7 @@ namespace l i = cache.insert(fusepath_,basepaths[0]); } - fullpath = fs::path::make(*i,fusepath_); + fullpath = fs::path::make(basepath,fusepath_); rv = l::getattr(fullpath,followsymlinks_,st_); if(rv == 0)