From e698e32cf04cf2f4ee79f20b54ddbadf78ffc08a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 16 Feb 2024 00:13:18 -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 649fa2e8..d32d55b2 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -153,7 +153,7 @@ namespace l i = cache.insert(fusepath_,basepaths[0]); } - fullpath = fs::path::make(i->second,fusepath_); + fullpath = fs::path::make(*i,fusepath_); rv = l::getattr(fullpath,followsymlinks_,st_); if(rv == 0)