From 6c4b43c29e2eda6a8a4d58872045f0e7e0e063f2 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 22 Feb 2024 00:15:31 -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 e22ef02b..caba78eb 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -155,7 +155,7 @@ namespace l basepath = cache.insert(fusepath_,basepaths[0]); } - fullpath = fs::path::make(basepath,fusepath_); + fullpath = fs::path::make(basepath.value(),fusepath_); rv = l::getattr(fullpath,followsymlinks_,st_); if(rv == 0)