Commit d9bf64e1 authored by Julien Muchembled's avatar Julien Muchembled

storage: fix forward of parameter to DM in shutdown

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2734 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent bb146239
......@@ -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")
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