summaryrefslogtreecommitdiff
path: root/node/Network.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Network.hpp')
-rw-r--r--node/Network.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Network.hpp b/node/Network.hpp
index 56c7fc60..6cf6d974 100644
--- a/node/Network.hpp
+++ b/node/Network.hpp
@@ -374,6 +374,7 @@ private:
struct _IncomingConfigChunk
{
+ _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); }
uint64_t ts;
uint64_t updateId;
uint64_t haveChunkIds[ZT_NETWORK_MAX_UPDATE_CHUNKS];