From 51aadcf9017c9c4b1c86302fa3bb65cc67dcc05b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 9 Feb 2018 06:35:01 +0000 Subject: A few fixes dicatated by valgrind. --- node/Switch.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node/Switch.cpp') 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 { } -- cgit v1.2.3