Fix: field '_lastRestart' will be initialized after field '_tcpFallbackTunnel' [-Wreorder-ctor]

This commit is contained in:
Brenton Bostick
2023-08-02 12:08:07 -04:00
parent 02dbc8fa78
commit 6fe2d49ef1

View File

@@ -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)