summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-19 23:10:34 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-19 23:10:34 -0700
commit4d0ad9abb654d3b987148f024ffeb1a04da2b574 (patch)
tree618419de22f7d80753467317dcf8eca6ec932f0f /node/PacketDecoder.cpp
parent15e8c181063ecd32b2dc2eec9185d976005e0c43 (diff)
downloadinfinitytier-4d0ad9abb654d3b987148f024ffeb1a04da2b574.tar.gz
infinitytier-4d0ad9abb654d3b987148f024ffeb1a04da2b574.zip
Fix TRACE bug and new UDP socket code issue.
Diffstat (limited to 'node/PacketDecoder.cpp')
-rw-r--r--node/PacketDecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp
index 59a4ee56..3f5979c5 100644
--- a/node/PacketDecoder.cpp
+++ b/node/PacketDecoder.cpp
@@ -609,7 +609,7 @@ bool PacketDecoder::_doMULTICAST_FRAME(const RuntimeEnvironment *_r,const Shared
maxDepth = ZT_MULTICAST_GLOBAL_MAX_DEPTH;
if (!network->isAllowed(origin)) {
- TRACE("didn't inject MULTICAST_FRAME from %s(%s) into %.16llx: sender %s not allowed or we don't have a certificate",source().toString().c_str(),nwid,_remoteAddress.toString().c_str(),origin.toString().c_str());
+ TRACE("didn't inject MULTICAST_FRAME from %s(%s) into %.16llx: sender %s not allowed or we don't have a certificate",source().toString().c_str(),_remoteAddress.toString().c_str(),nwid,origin.toString().c_str());
// Tell them we need a certificate
Packet outp(source(),_r->identity.address(),Packet::VERB_ERROR);