Commit dcfc6ee1 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Once accepted, a client is considered running.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2085 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 11ea6f96
......@@ -42,6 +42,7 @@ class IdentificationHandler(EventHandler):
handler = ClientOperationHandler
if node is None:
node = app.nm.createClient()
node.setRunning()
elif node_type == NodeTypes.STORAGE:
from neo.storage.handlers.storage import StorageOperationHandler
handler = StorageOperationHandler
......
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