This commit is contained in:
mailchuck 2015-11-23 00:05:49 +01:00
parent 0c2dfe22bb
commit 23dfe0a03e
Signed by untrusted user who does not match committer: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

View File

@ -78,7 +78,7 @@ class outgoingSynSender(threading.Thread, StoppableThread):
shared.alreadyAttemptedConnectionsList[peer] = 0
try:
shared.alreadyAttemptedConnectionsListLock.release()
except ThreadError as e:
except threading.ThreadError as e:
pass
self.name = "outgoingSynSender-" + peer.host
if peer.host.find(':') == -1: