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

Add missing expectMessage() in undoLog()


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@399 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 2b5ecead
......@@ -742,6 +742,8 @@ class Application(object):
p = Packet()
p.askTIDs(msg_id, first, last, INVALID_PARTITION)
conn.addPacket(p)
conn.expectMessage(msg_id)
self.dispatcher.register(conn, msg_id, self.getQueue())
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