summaryrefslogtreecommitdiff
path: root/service/OneService.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-03-17 13:55:26 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-03-17 13:55:26 -0700
commitc6a39ed927161736e44aeaa67c6783024c1fb86a (patch)
tree5f92551e3b4cbc58409c8daaca0755c75c61fa6e /service/OneService.cpp
parent0daff26fba640f2ef167ad66974dc1c4a6c79c01 (diff)
downloadinfinitytier-c6a39ed927161736e44aeaa67c6783024c1fb86a.tar.gz
infinitytier-c6a39ed927161736e44aeaa67c6783024c1fb86a.zip
Fixes for possible ARM issues, cleanup, fix for spurious meaningless exceptions on NETWORK_CONFIG_REQUEST
Diffstat (limited to 'service/OneService.cpp')
-rw-r--r--service/OneService.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 4a2102f1..1c2fa05d 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -488,6 +488,8 @@ public:
,_updater((SoftwareUpdater *)0)
,_updateAutoApply(false)
,_primaryPort(port)
+ ,_v4TcpControlSocket((PhySocket *)0)
+ ,_v6TcpControlSocket((PhySocket *)0)
,_lastDirectReceiveFromGlobal(0)
#ifdef ZT_TCP_FALLBACK_RELAY
,_lastSendToGlobalV4(0)