Asyncore updates

- fix connected to myself check
master
Peter Šurda 7 years ago
parent 0aa5dbd958
commit 1ccfd41c3f
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

@ -428,6 +428,7 @@ class BMProto(AdvancedDispatcher, ObjectTracker):
errorText="I'm connected to myself. Closing connection."))
logger.debug ("Closed connection to %s because I'm connected to myself.",
str(self.destination))
return False
return True

Loading…
Cancel
Save