Commit 5f6ca700 authored by Vincent Pelletier's avatar Vincent Pelletier

Don't disconnect from master when it responds NotReady.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@746 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent baf58076
......@@ -114,9 +114,8 @@ class PrimaryBootstrapHandler(BaseHandler):
def handleNotReady(self, conn, packet, message):
app = self.app
if app.trying_master_node is not None:
app.trying_master_node = None
conn.close()
app.setNodeNotReady()
def handleAcceptNodeIdentification(self, conn, packet, node_type,
uuid, ip_address, port,
......
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