summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-18 16:27:07 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-18 16:27:07 -0400
commitfbf6ab5d4db0eae980f14c1b94e46599aec9376d (patch)
tree094b8fc01bb4d3995fc7b6e835c35e1877b13e06 /node/PacketDecoder.cpp
parente13d4df9ab956f6c30c854c94a5e90a55903abb3 (diff)
downloadinfinitytier-fbf6ab5d4db0eae980f14c1b94e46599aec9376d.tar.gz
infinitytier-fbf6ab5d4db0eae980f14c1b94e46599aec9376d.zip
Bug fixes: inverted sense bug, printf format bug.
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 c23fab1d..2efa7cf9 100644
--- a/node/PacketDecoder.cpp
+++ b/node/PacketDecoder.cpp
@@ -535,7 +535,7 @@ bool PacketDecoder::_doMULTICAST_FRAME(const RuntimeEnvironment *_r,const Shared
_r->identity.address().toString().c_str());
_r->demarc->send(Demarc::ANY_PORT,ZT_DEFAULTS.multicastTraceWatcher,mct,strlen(mct),-1);
#endif
- TRACE("dropped MULTICAST_FRAME from %s(%s) into %.16llx: source mac %s doesn't belong to %s, and bridging is not supported on network",source().toString().c_str(),nwid,_remoteAddress.toString().c_str(),sourceMac.toString().c_str(),origin.toString().c_str());
+ TRACE("dropped MULTICAST_FRAME from %s(%s) into %.16llx: source mac %s doesn't belong to %s, and bridging is not supported on network",source().toString().c_str(),_remoteAddress.toString().c_str(),nwid,sourceMac.toString().c_str(),origin.toString().c_str());
return true;
} else if (!nconf->permitsEtherType(etherType)) {
// Ditto for this-- halt propagation if this is for an ethertype