diff options
Diffstat (limited to 'node/Switch.cpp')
-rw-r--r-- | node/Switch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Switch.cpp b/node/Switch.cpp index 5c5130f4..eb1ebadb 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -50,6 +50,7 @@ namespace ZeroTier { Switch::Switch(const RuntimeEnvironment *renv) : RR(renv), _lastBeaconResponse(0), + _lastCheckedQueues(0), _lastUniteAttempt(8) // only really used on root servers and upstreams, and it'll grow there just fine { } |