diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-27 16:03:13 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-27 16:03:13 -0400 |
| commit | 0dca9964bfde0513727015ac7bb444d13dfc5e5e (patch) | |
| tree | 549c84404ec3df25a3203df892e9e2067b1a34a3 /node/Packet.cpp | |
| parent | 4e010da54b3d660376e4d583a2ca3e8befd60899 (diff) | |
| download | infinitytier-0dca9964bfde0513727015ac7bb444d13dfc5e5e.tar.gz infinitytier-0dca9964bfde0513727015ac7bb444d13dfc5e5e.zip | |
Whew, it builds!
Diffstat (limited to 'node/Packet.cpp')
| -rw-r--r-- | node/Packet.cpp | 2 |
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() |
