Browse Source

Fix a small potential uninitialized variable issue.

Adam Ierymenko 9 years ago
parent
commit
63a51e2890
1 changed files with 1 additions and 0 deletions
  1. 1 0
      node/RuntimeEnvironment.hpp

+ 1 - 0
node/RuntimeEnvironment.hpp

@@ -66,6 +66,7 @@ public:
 #ifdef ZT_ENABLE_CLUSTER
 		,cluster((Cluster *)0)
 #endif
+		,dpEnabled(false)
 	{
 	}