From 16bc9533ed5eae9165caeca8451751562f8e15ce Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 21 Dec 2015 15:23:14 -0800 Subject: Fix a problem that made valgrind complain on shutdown (not otherwise an issue). --- node/RuntimeEnvironment.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/RuntimeEnvironment.hpp') diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp index 7f5d8e0c..4846c9df 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -66,7 +66,7 @@ public: #ifdef ZT_ENABLE_CLUSTER ,cluster((Cluster *)0) #endif - ,dpEnabled(false) + ,dpEnabled(0) { } -- cgit v1.2.3