summaryrefslogtreecommitdiff
path: root/src/NodeService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NodeService.cpp')
-rw-r--r--src/NodeService.cpp2
1 files changed, 1 insertions, 1 deletions
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)