[Neo-report] r2734 jm - /trunk/neo/storage/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 27 18:08:58 CEST 2011


Author: jm
Date: Wed Apr 27 18:08:58 2011
New Revision: 2734

Log:
storage: fix forward of parameter to DM in shutdown

Modified:
    trunk/neo/storage/app.py

Modified: trunk/neo/storage/app.py
==============================================================================
--- trunk/neo/storage/app.py [iso-8859-1] (original)
+++ trunk/neo/storage/app.py [iso-8859-1] Wed Apr 27 18:08:58 2011
@@ -365,5 +365,5 @@ class Application(object):
             if not c.isListening():
                 c.close()
         # clear database to avoid polluting the cluster at restart
-        self.dm.setup(reset=True)
+        self.dm.setup(reset=erase)
         sys.exit("Application has been asked to shut down")




More information about the Neo-report mailing list