Commit d2481462 authored by Aurel's avatar Aurel

missing variable in function call


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@241 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent f12e9996
...@@ -318,7 +318,7 @@ class ClientConnection(Connection): ...@@ -318,7 +318,7 @@ class ClientConnection(Connection):
raise raise
else: else:
self.connecting = False self.connecting = False
self.handler.connectionCompleted() self.handler.connectionCompleted(self)
event_manager.addReader(self) event_manager.addReader(self)
except: except:
handler.connectionFailed(self) handler.connectionFailed(self)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment