From: Eric S. Raymond Date: Mon, 8 Oct 2012 08:28:21 +0000 (-0400) Subject: Avoid a problem with the mutex code. X-Git-Tag: 1.9~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb303c5556db2a6cd7a388d98b6d86dc772c6feb;p=irker.git Avoid a problem with the mutex code. --- 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: