From 4db9a98d7eb15fe2e6bcfba49c34c8a93effd373 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 6 Oct 2012 01:27:16 -0400 Subject: [PATCH] Add a needed thread termination. --- irkerd | 1 + 1 file changed, 1 insertion(+) diff --git a/irkerd b/irkerd index fe68100..417331e 100755 --- a/irkerd +++ b/irkerd @@ -221,6 +221,7 @@ class Connection: elif self.status == "handshaking": if time.time() > self.last_xmit + HANDSHAKE_TTL: self.status = "expired" + break else: # Don't buzz on the empty-queue test while we're # handshaking -- 2.26.2