From cac55105c3db6b0992b3ca6261b368bb14c7d144 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 6 Jul 2015 16:40:23 -0700 Subject: Fix a regression. --- node/OutboundMulticast.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'node/OutboundMulticast.cpp') 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())) { -- cgit v1.2.3