Merge pull request #238 from zerotier/brenton/fix-reorder-ctor
Fix: field '_lastRestart' will be initialized after field '_tcpFallba…
This commit is contained in:
@@ -181,8 +181,8 @@ NodeService::NodeService()
|
||||
, _allowTcpRelay(true)
|
||||
, _forceTcpRelay(false)
|
||||
, _lastSendToGlobalV4(0)
|
||||
, _lastRestart(0)
|
||||
, _tcpFallbackTunnel((TcpConnection*)0)
|
||||
, _lastRestart(0)
|
||||
, _nextBackgroundTaskDeadline(0)
|
||||
, _run(false)
|
||||
, _termReason(ONE_STILL_RUNNING)
|
||||
|
||||
Reference in New Issue
Block a user