Fix a small potential uninitialized variable issue.

This commit is contained in:
Adam Ierymenko 2015-12-21 14:55:11 -08:00
parent 23eaafc4eb
commit 63a51e2890

View File

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