[Neo-report] r1990 gregory - /trunk/neo/connection.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 1 16:09:44 CEST 2010


Author: gregory
Date: Thu Apr  1 16:09:40 2010
New Revision: 1990

Log:
Fix peerBroken call.

Modified:
    trunk/neo/connection.py

Modified: trunk/neo/connection.py
==============================================================================
--- trunk/neo/connection.py [iso-8859-1] (original)
+++ trunk/neo/connection.py [iso-8859-1] Thu Apr  1 16:09:40 2010
@@ -117,7 +117,7 @@
             notification = Packets.Notify('Unexpected answer: %r' % packet)
             self._connection.notify(notification)
             self._connection.abort()
-            handler.peerBroken()
+            handler.peerBroken(self._connection)
 
     def setHandler(self, handler):
         if len(self._pending) == 1 and not self._pending[0][0]:





More information about the Neo-report mailing list