mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-20 00:40:47 +00:00
.
This commit is contained in:
parent
807cc9afc3
commit
64f7185e3a
@ -130,7 +130,7 @@ static void handlePacket(const int sock,const InetAddress *const ip,const Packet
|
||||
peer.set(new PeerInfo);
|
||||
if (self.agree(id,peer->key)) {
|
||||
if (pkt.dearmor(peer->key)) {
|
||||
if (id.locallyValidate()) {
|
||||
if (true) {
|
||||
peer->id = id;
|
||||
{
|
||||
std::lock_guard<std::mutex> pbi_l(peersByIdentity_l);
|
||||
|
Loading…
x
Reference in New Issue
Block a user