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

Add missing parameter requestIdentification definition.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1557 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b37d9755
......@@ -142,7 +142,7 @@ class EventHandler(object):
# Packet handlers.
def requestIdentification(self, conn, packet, node_type,
uuid, name):
uuid, address, name):
raise UnexpectedPacketError
def acceptIdentification(self, conn, packet, node_type,
......
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