Fix: field '_lastRestart' will be initialized after field '_tcpFallbackTunnel' [-Wreorder-ctor]
This commit is contained in:
@@ -181,8 +181,8 @@ NodeService::NodeService()
|
|||||||
, _allowTcpRelay(true)
|
, _allowTcpRelay(true)
|
||||||
, _forceTcpRelay(false)
|
, _forceTcpRelay(false)
|
||||||
, _lastSendToGlobalV4(0)
|
, _lastSendToGlobalV4(0)
|
||||||
, _lastRestart(0)
|
|
||||||
, _tcpFallbackTunnel((TcpConnection*)0)
|
, _tcpFallbackTunnel((TcpConnection*)0)
|
||||||
|
, _lastRestart(0)
|
||||||
, _nextBackgroundTaskDeadline(0)
|
, _nextBackgroundTaskDeadline(0)
|
||||||
, _run(false)
|
, _run(false)
|
||||||
, _termReason(ONE_STILL_RUNNING)
|
, _termReason(ONE_STILL_RUNNING)
|
||||||
|
|||||||
Reference in New Issue
Block a user