mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-10 11:11:39 -08:00
Whew, it builds!
This commit is contained in:
parent
4e010da54b
commit
0dca9964bf
11 changed files with 358 additions and 310 deletions
|
|
@ -93,7 +93,7 @@ void Multicaster::clean()
|
|||
} else ++s;
|
||||
}
|
||||
|
||||
if (n->second.got.empty()&&n->second.proximity.empty()&&n->second.subscriptions.empty())
|
||||
if (n->second.proximity.empty()&&n->second.subscriptions.empty())
|
||||
_nets.erase(n++);
|
||||
else ++n;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue