From 4f2796cfd0e2a4bb74b5166bd855e58ed5d9f8e8 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 16 Feb 2024 00:12: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 c95f2fc5..8311a9b8 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -144,7 +144,7 @@ namespace l for(int c = 0; c < 2; c++) { auto i = cache.find(fusepath_); - if(i == cache.end()) + if(i == NULL) { rv = searchFunc_(branches_,fusepath_,&basepaths); if(rv == -1)