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

Bug fix in storage/verification.py, a line was missing.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@423 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 780b3abc
......@@ -100,6 +100,7 @@ class VerificationEventHandler(StorageEventHandler):
p = Packet()
p.acceptNodeIdentification(packet.getId(), STORAGE_NODE_TYPE,
app.uuid, app.server[0], app.server[1],
app.num_partitions, app.num_replicas,
uuid)
conn.addPacket(p)
......
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