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);