From fb303c5556db2a6cd7a388d98b6d86dc772c6feb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 8 Oct 2012 04:28:21 -0400 Subject: [PATCH] Avoid a problem with the mutex code. --- irkerd | 1 - 1 file changed, 1 deletion(-) diff --git a/irkerd b/irkerd index b9814c1..ca41da6 100755 --- a/irkerd +++ b/irkerd @@ -192,7 +192,6 @@ class Connection: with self.irker.library_lock: self.connection.context = None self.connection.quit("transmission timeout") - self.connection.close() self.connection = None self.status = "disconnected" else: -- 2.26.2