Fix a regression.

This commit is contained in:
Adam Ierymenko 2015-07-06 16:40:23 -07:00
parent a87cd2d094
commit cac55105c3
2 changed files with 0 additions and 12 deletions

View file

@ -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())) {