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)