mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Fix a small potential uninitialized variable issue.
This commit is contained in:
parent
23eaafc4eb
commit
63a51e2890
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
#ifdef ZT_ENABLE_CLUSTER
|
||||
,cluster((Cluster *)0)
|
||||
#endif
|
||||
,dpEnabled(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue