From 8f8f0b80d1aed4747eb049de10fd1130218964fd Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 21 Feb 2024 20:09:08 -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 dfd93df6..a5b4c122 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -146,7 +146,7 @@ namespace l std::stringc const *basepath; basepath = cache.find(fusepath_); - if(i == NULL) + if(basepath == NULL) { rv = searchFunc_(branches_,fusepath_,&basepaths); if(rv == -1)