summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-12 16:40:59 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-12 16:40:59 -0400
commitf934b81703eedbc152f07a90a179847f9cc3caea (patch)
tree94692e9447873fa469981ede977ed20e9b32b140 /node/PacketDecoder.cpp
parenta86e1cdb8874d88c8c84543379ad5552c8ce8701 (diff)
downloadinfinitytier-f934b81703eedbc152f07a90a179847f9cc3caea.tar.gz
infinitytier-f934b81703eedbc152f07a90a179847f9cc3caea.zip
Several bug fixes in newly refactored code.
Diffstat (limited to 'node/PacketDecoder.cpp')
-rw-r--r--node/PacketDecoder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp
index 93126e16..9bcf3b43 100644
--- a/node/PacketDecoder.cpp
+++ b/node/PacketDecoder.cpp
@@ -472,6 +472,7 @@ bool PacketDecoder::_doMULTICAST_FRAME(const RuntimeEnvironment *_r,const Shared
propPeers,
Utils::now());
+ setSource(_r->identity.address());
(*this)[ZT_PROTO_VERB_MULTICAST_FRAME_IDX_HOP_COUNT] = hops;
compress();