summaryrefslogtreecommitdiff
path: root/node/RuntimeEnvironment.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-12-21 15:23:14 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-12-21 15:23:14 -0800
commit16bc9533ed5eae9165caeca8451751562f8e15ce (patch)
tree8bed5d9529c58b46326e25d65921031f175ffbaf /node/RuntimeEnvironment.hpp
parent63a51e2890735858a997a1d37f685ac4ad3474bf (diff)
downloadinfinitytier-16bc9533ed5eae9165caeca8451751562f8e15ce.tar.gz
infinitytier-16bc9533ed5eae9165caeca8451751562f8e15ce.zip
Fix a problem that made valgrind complain on shutdown (not otherwise an issue).
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
-rw-r--r--node/RuntimeEnvironment.hpp2
1 files changed, 1 insertions, 1 deletions
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)
{
}