Commit 4ba6ca5e authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix method name forgotten in previous commit.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1969 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 51bce1a8
...@@ -199,7 +199,7 @@ class MasterRequestEventHandler(EventHandler): ...@@ -199,7 +199,7 @@ class MasterRequestEventHandler(EventHandler):
def answerClusterState(self, conn, state): def answerClusterState(self, conn, state):
logging.info("answerClusterState for a conn") logging.info("answerClusterState for a conn")
self.app.cluster_state = state self.app.cluster_state = state
self.__answerNeoCTL(conn, Packets.AnswerClusterState(state)) self._answerNeoCTL(conn, Packets.AnswerClusterState(state))
def answerPartitionTable(self, conn, ptid, row_list): def answerPartitionTable(self, conn, ptid, row_list):
logging.info("answerPartitionTable for a conn") logging.info("answerPartitionTable for a conn")
......
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