From 46174b926bc11c369c9e93e9ee63e0fdf024dd12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9gory=20Wisniewski?= <gregory@nexedi.com>
Date: Thu, 30 Jul 2009 09:21:55 +0000
Subject: [PATCH] Remove a false call to super method.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1102 71dcc9de-d417-0410-9af5-da40c76e7ee4
---
 neo/client/handlers/storage.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/neo/client/handlers/storage.py b/neo/client/handlers/storage.py
index ed355e93..e9cc37c1 100644
--- a/neo/client/handlers/storage.py
+++ b/neo/client/handlers/storage.py
@@ -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
-- 
2.30.9