Commit 51911b2f authored by Aurel's avatar Aurel

getQueue no longer exists, fix it


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@558 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 892c6b67
......@@ -150,7 +150,7 @@ class PrimaryBoostrapEventHandler(BaseClientEventHandler):
conn.lock()
try:
msg_id = conn.ask(protocol.askPrimaryMaster())
self.dispatcher.register(conn, msg_id, app.getQueue())
self.dispatcher.register(conn, msg_id, app.local_var.queue)
finally:
conn.unlock()
......
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