Fix a problem that made valgrind complain on shutdown (not otherwise an issue).
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
#ifdef ZT_ENABLE_CLUSTER
|
||||
,cluster((Cluster *)0)
|
||||
#endif
|
||||
,dpEnabled(false)
|
||||
,dpEnabled(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user