mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Also avoid sending tags and caps to old members since there is no point.
This commit is contained in:
parent
12d32b9311
commit
298e4a9f14
1 changed files with 40 additions and 40 deletions
|
@ -712,7 +712,6 @@ void EmbeddedNetworkController::request(
|
|||
++nc.ruleCount;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ((memberCapabilities.is_array())&&(memberCapabilities.size() > 0)&&(capabilities.is_array())) {
|
||||
std::map< uint64_t,json * > capsById;
|
||||
|
@ -761,6 +760,7 @@ void EmbeddedNetworkController::request(
|
|||
++nc.tagCount;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (routes.is_array()) {
|
||||
for(unsigned long i=0;i<routes.size();++i) {
|
||||
|
|
Loading…
Add table
Reference in a new issue