mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-22 06:17:48 +00:00
little fix
This commit is contained in:
parent
f102fd7f92
commit
bc218f9414
@ -437,7 +437,7 @@ bool IncomingPacket::_doOK(const RuntimeEnvironment *RR,const SharedPtr<Peer> &p
|
|||||||
const unsigned int endOfWorlds = ptr + worldLen;
|
const unsigned int endOfWorlds = ptr + worldLen;
|
||||||
while (ptr < endOfWorlds) {
|
while (ptr < endOfWorlds) {
|
||||||
World w;
|
World w;
|
||||||
w.deserialize(*this,ptr);
|
ptr += w.deserialize(*this,ptr);
|
||||||
RR->topology->addWorld(w,true);
|
RR->topology->addWorld(w,true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user