From 22b37ee1ab1fb0653a325b9f770e5e865220a866 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 22 Feb 2024 00:14:45 -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 b3fd0d76..8773fef9 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -143,7 +143,7 @@ namespace l for(int c = 0; c < 2; c++) { - std::string const *basepath; + nonstd::optional basepath; basepath = cache.find(fusepath_); if(basepath == NULL)