Commit 680e33ae authored by Vincent Pelletier's avatar Vincent Pelletier

Fix obvious typo.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@361 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 694db849
......@@ -554,7 +554,7 @@ class Application(object):
conn.addPacket(p)
conn.expectMessage(msg_id)
self.dispatcher.register(conn, msg_id, self.getQueue())
self.txn_voted == 0
self.txn_voted = 0
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