mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
Add missing default initialization of _lowBandwidthMode
This commit is contained in:
@ -50,7 +50,8 @@ Node::Node(void *uptr,void *tptr,const struct ZT_Node_Callbacks *callbacks,int64
|
|||||||
_lastPingCheck(0),
|
_lastPingCheck(0),
|
||||||
_lastGratuitousPingCheck(0),
|
_lastGratuitousPingCheck(0),
|
||||||
_lastHousekeepingRun(0),
|
_lastHousekeepingRun(0),
|
||||||
_lastMemoizedTraceSettings(0)
|
_lastMemoizedTraceSettings(0),
|
||||||
|
_lowBandwidthMode(false)
|
||||||
{
|
{
|
||||||
if (callbacks->version != 0)
|
if (callbacks->version != 0)
|
||||||
throw ZT_EXCEPTION_INVALID_ARGUMENT;
|
throw ZT_EXCEPTION_INVALID_ARGUMENT;
|
||||||
|
Reference in New Issue
Block a user