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)