mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
Fix loading of existing moons.
This commit is contained in:
@ -461,7 +461,7 @@ bool IncomingPacket::_doOK(const RuntimeEnvironment *RR,const SharedPtr<Peer> &p
|
||||
while (ptr < endOfWorlds) {
|
||||
World w;
|
||||
ptr += w.deserialize(*this,ptr);
|
||||
RR->topology->addWorld(w);
|
||||
RR->topology->addWorld(w,false);
|
||||
}
|
||||
} else {
|
||||
ptr += worldLen;
|
||||
|
Reference in New Issue
Block a user