소스 검색

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)
 	{
 	}