mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
.
This commit is contained in:
parent
807cc9afc3
commit
64f7185e3a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue