Commit 76045cbf authored by Aurel's avatar Aurel

fix missing parameter


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@124 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d00397e5
......@@ -458,7 +458,7 @@ class ServiceEventHandler(MasterEventHandler):
for c in app.em.getConnectionList():
uuid = c.getUUID()
if uuid is not None:
node = app.nm.getNodeByUUID()
node = app.nm.getNodeByUUID(uuid)
if isinstance(node, ClientNode):
if c is t.getConnection():
p.notifyTransactionFinished(t.getMessageId(), tid)
......
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