From e29bcc02fc61d23bc6dd29b8d9bca7b74a6b9ac2 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 15 Mar 2024 07:47:04 -0500 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 eb634baa..276da42f 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -143,7 +143,7 @@ namespace l static PolicyCache cache(1024*1024); basepath = cache.find(fusepath_); - if(basepath == NULL) + if(basepath.get().empty()) { rv = searchFunc_(branches_,fusepath_,&basepaths); if(rv == -1)