diff --git a/src/NodeService.cpp b/src/NodeService.cpp index 5f1c31d..d0b52e5 100644 --- a/src/NodeService.cpp +++ b/src/NodeService.cpp @@ -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)