summaryrefslogtreecommitdiff
path: root/node/Packet.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-09-27 16:03:13 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-09-27 16:03:13 -0400
commit0dca9964bfde0513727015ac7bb444d13dfc5e5e (patch)
tree549c84404ec3df25a3203df892e9e2067b1a34a3 /node/Packet.cpp
parent4e010da54b3d660376e4d583a2ca3e8befd60899 (diff)
downloadinfinitytier-0dca9964bfde0513727015ac7bb444d13dfc5e5e.tar.gz
infinitytier-0dca9964bfde0513727015ac7bb444d13dfc5e5e.zip
Whew, it builds!
Diffstat (limited to 'node/Packet.cpp')
-rw-r--r--node/Packet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Packet.cpp b/node/Packet.cpp
index 46c55c99..142bc0c7 100644
--- a/node/Packet.cpp
+++ b/node/Packet.cpp
@@ -29,7 +29,7 @@
namespace ZeroTier {
-const unsigned char Packet::ZERO_KEY[32] { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 };
+const unsigned char Packet::ZERO_KEY[32] = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 };
const char *Packet::verbString(Verb v)
throw()