Commit 46174b92 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove a false call to super method.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1102 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 8fbf715e
......@@ -43,7 +43,6 @@ class StorageEventHandler(BaseHandler):
def handleConnectionLost(self, conn, new_state):
node = self.app.nm.getNodeByServer(conn.getAddress())
self._dealWithStorageFailure(conn, node)
super(StorageEventHandler, self).connectionClosed(conn)
def connectionFailed(self, conn):
# XXX: a connection failure is not like a connection lost, we should not
......
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