From 64f7185e3a14c2bdb95a76ecb13652f08d99b676 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 28 Aug 2019 13:44:15 -0700 Subject: [PATCH] . --- root/root.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/root.cpp b/root/root.cpp index 83e269f5a..7bc8e8f5e 100644 --- a/root/root.cpp +++ b/root/root.cpp @@ -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 pbi_l(peersByIdentity_l);