Commit 2ca8b1ee authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix assignement.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1952 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent aefd7228
......@@ -371,7 +371,7 @@ class AcceptIdentification(Packet):
node_type, uuid, num_partitions, num_replicas, your_uuid = r
node_type = _decodeNodeType(node_type)
uuid = _decodeUUID(uuid)
your_uuid == _decodeUUID(uuid)
your_uuid = _decodeUUID(your_uuid)
return (node_type, uuid, num_partitions, num_replicas, your_uuid)
class AskPrimary(Packet):
......
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