[Neo-report] r2244 vincent - /trunk/neo/admin/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 27 23:04:56 CEST 2010


Author: vincent
Date: Fri Aug 27 23:04:55 2010
New Revision: 2244

Log:
Fix r2240.

Modified:
    trunk/neo/admin/app.py

Modified: trunk/neo/admin/app.py
==============================================================================
--- trunk/neo/admin/app.py [iso-8859-1] (original)
+++ trunk/neo/admin/app.py [iso-8859-1] Fri Aug 27 23:04:55 2010
@@ -50,7 +50,7 @@ class Dispatcher:
         """
             Unregister packet expected for a given connection
         """
-        del self.message_table
+        self.message_table.clear()
 
 class Application(object):
     """The storage node application."""





More information about the Neo-report mailing list