Skip to content
Snippets Groups Projects
Commit fb303c55 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Avoid a problem with the mutex code.

parent 897be7c8
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment