projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
897be7c
)
Avoid a problem with the mutex code.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 8 Oct 2012 08:28:21 +0000
(
04:28
-0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 8 Oct 2012 08:28:21 +0000
(
04:28
-0400)
irkerd
patch
|
blob
|
history
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: