Browse Source

Fix a small potential uninitialized variable issue.

Adam Ierymenko 9 năm trước cách đây
mục cha
commit
63a51e2890
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)
 	{
 	}