瀏覽代碼

Fix a small potential uninitialized variable issue.

Adam Ierymenko 9 年之前
父節點
當前提交
63a51e2890
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)
 	{
 	}