This commit is contained in:
Adam Ierymenko 2016-09-13 14:58:59 -07:00
parent 5b6d27e659
commit 83abc00aae

View File

@ -1299,7 +1299,7 @@ void Network::_sendUpdatesToMembers(const MulticastGroup *const newMulticastGrou
for(std::vector<Address>::const_iterator a(anchors.begin());a!=anchors.end();++a)
_membership(*a);
// Send MULTICAST_LIKE(s) to all members of this network
// Send credentials and multicast LIKEs to members, upstreams, and controller
{
Address *a = (Address *)0;
Membership *m = (Membership *)0;