summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node/RuntimeEnvironment.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp
index 10cc6ec0..7f5d8e0c 100644
--- a/node/RuntimeEnvironment.hpp
+++ b/node/RuntimeEnvironment.hpp
@@ -66,6 +66,7 @@ public:
#ifdef ZT_ENABLE_CLUSTER
,cluster((Cluster *)0)
#endif
+ ,dpEnabled(false)
{
}