Navigation Menu

Skip to content

Commit

Permalink
JIRA: ARAKOON-140 Making sure slave_discovered_other_master picks in …
Browse files Browse the repository at this point in the history
…at the right i
  • Loading branch information
tdeconin committed Feb 15, 2011
1 parent b0b07a2 commit f4936b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/store.ml
Expand Up @@ -186,6 +186,6 @@ let get_succ_store_i (store:store) =
let get_consensus_i (store:store) =
store # consensus_i () >>= fun m_si ->
match m_si with
| None -> Lwt.return ( Sn.pred Sn.start )
| None -> Lwt.return Sn.start
| Some si -> Lwt.return si

0 comments on commit f4936b2

Please sign in to comment.