Commit baa7a224 authored by Aurel's avatar Aurel

add the new parameter of setNodeState into the default handler


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@596 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 5707d952
......@@ -373,7 +373,7 @@ class EventHandler(object):
def handleAnswerNodeList(self, conn, packet, ptid, row_list):
self.handleUnexpectedPacket(conn, packet)
def handleSetNodeState(self, conn, packet, uuid, state):
def handleSetNodeState(self, conn, packet, uuid, state, modify_partition_table):
self.handleUnexpectedPacket(conn, packet)
def handleAnswerNodeState(self, conn, packet, uuid, state):
......
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