Skip to content
Snippets Groups Projects
Commit 50b63fcb authored by meiyangbigswitch's avatar meiyangbigswitch
Browse files

BVS-515

parent 8d66fd68
No related branches found
No related tags found
No related merge requests found
......@@ -810,6 +810,8 @@ public class Controller implements IFloodlightProviderService,
h.sendRoleRequest(this.role);
Controller.this.addUpdateToQueue(new HARoleUpdate(this.role));
if (role == Role.MASTER)
Controller.this.addUpdateToQueue(new ReadyForReconcileUpdate());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment