diff --git a/system/jhtree/jhtree.cpp b/system/jhtree/jhtree.cpp index 2ca26140539..762a4a440db 100644 --- a/system/jhtree/jhtree.cpp +++ b/system/jhtree/jhtree.cpp @@ -906,7 +906,7 @@ class CNodeMRUCache } } CNodeMRUSubCache cache[cacheBuckets]; - bool enabled; + bool enabled = false; protected: std::vector> metrics; };