Avoid a problem with the mutex code.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 8 Oct 2012 08:28:21 +0000 (04:28 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 8 Oct 2012 08:28:21 +0000 (04:28 -0400)
irkerd

diff --git a/irkerd b/irkerd
index b9814c1f21d62125e5cb2ae55cf04ddfa4d4676f..ca41da623f87b5a39b28f53a380dfcc1dd63f2d6 100755 (executable)
--- 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: