From 262cb7a4b57bb795158d967c7f7196c19069ce26 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 20 Sep 2021 15:12:56 -0400 Subject: [PATCH] Generate new peer if old was bad. --- root/root.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/root/root.cpp b/root/root.cpp index b3c900902..6c04e2426 100644 --- a/root/root.cpp +++ b/root/root.cpp @@ -275,6 +275,7 @@ static void handlePacket(const int sock,const InetAddress *const ip,Packet &pkt) return; } } + peer.zero(); } }