diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-17 17:15:23 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-17 17:15:23 -0700 |
| commit | e10325e133beb01a2e9d82687eb33fd72f1ac3ab (patch) | |
| tree | 731c3c78c36b2f1263441591f9490476a42f646c /node/Network.hpp | |
| parent | ef46d3c97dd5d63af7b638f6107bb56495bab9a5 (diff) | |
| download | infinitytier-e10325e133beb01a2e9d82687eb33fd72f1ac3ab.tar.gz infinitytier-e10325e133beb01a2e9d82687eb33fd72f1ac3ab.zip | |
GitHub issue #461 -- plus a bit of cleanup and optimization
Diffstat (limited to 'node/Network.hpp')
| -rw-r--r-- | node/Network.hpp | 1 |
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]; |
