mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
Announce multicast group changes on network rescanMulticastGroups()
This commit is contained in:
@ -585,7 +585,7 @@ Node::ReasonForTermination Node::run()
|
||||
try {
|
||||
std::vector< SharedPtr<Network> > networks(RR->nc->networks());
|
||||
for(std::vector< SharedPtr<Network> >::const_iterator nw(networks.begin());nw!=networks.end();++nw)
|
||||
(*nw)->updateMulticastGroups();
|
||||
(*nw)->rescanMulticastGroups();
|
||||
} catch (std::exception &exc) {
|
||||
LOG("unexpected exception announcing multicast groups: %s",exc.what());
|
||||
} catch ( ... ) {
|
||||
|
Reference in New Issue
Block a user