mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
Fix a problem that made valgrind complain on shutdown (not otherwise an issue).
This commit is contained in:
parent
63a51e2890
commit
16bc9533ed
3 changed files with 11 additions and 6 deletions
|
@ -66,7 +66,7 @@ public:
|
|||
#ifdef ZT_ENABLE_CLUSTER
|
||||
,cluster((Cluster *)0)
|
||||
#endif
|
||||
,dpEnabled(false)
|
||||
,dpEnabled(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue