Explorar o código

Fix a small potential uninitialized variable issue.

Adam Ierymenko %!s(int64=9) %!d(string=hai) anos
pai
achega
63a51e2890
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
 	{
 	}