summaryrefslogtreecommitdiff
path: root/node/OutboundMulticast.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-06 16:40:23 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-06 16:40:23 -0700
commitcac55105c3db6b0992b3ca6261b368bb14c7d144 (patch)
treea39fda341bebf37e44c70eba572f5a3396f7d8a4 /node/OutboundMulticast.cpp
parenta87cd2d0941d5cf6b88f630159946ae66d3e464e (diff)
downloadinfinitytier-cac55105c3db6b0992b3ca6261b368bb14c7d144.tar.gz
infinitytier-cac55105c3db6b0992b3ca6261b368bb14c7d144.zip
Fix a regression.
Diffstat (limited to 'node/OutboundMulticast.cpp')
-rw-r--r--node/OutboundMulticast.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/node/OutboundMulticast.cpp b/node/OutboundMulticast.cpp
index bda7ab00..5809504a 100644
--- a/node/OutboundMulticast.cpp
+++ b/node/OutboundMulticast.cpp
@@ -106,8 +106,6 @@ void OutboundMulticast::sendOnly(const RuntimeEnvironment *RR,const Address &toA
if (!network)
return;
- if (!network->isAllowed(toAddr))
- return;
if (_haveCom) {
if (network->peerNeedsOurMembershipCertificate(toAddr,RR->node->now())) {