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)