diff --git a/src/network/bmproto.py b/src/network/bmproto.py index eb372aa7..2ad1853d 100644 --- a/src/network/bmproto.py +++ b/src/network/bmproto.py @@ -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