Commit fb414357 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove unneeded code.

parent 7ab14ef7
......@@ -129,7 +129,7 @@ class BootstrapManager(EventHandler):
neo.lib.logging.info('connecting to a primary master node')
em, nm = self.app.em, self.app.nm
index = 0
self.current = nm.getMasterList()[0]
self.current = None
conn = None
# retry until identified to the primary
while not self.accepted:
......
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