Skip to content

Commit

Permalink
fixed unmatching ldr message in loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Smith authored and abecciu committed Oct 27, 2010
1 parent 024f85a commit d881a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen_leader.erl
Expand Up @@ -788,7 +788,7 @@ loop(#server{parent = Parent,
loop(Server,Role,E,Msg);
{ack,_,_} ->
loop(Server,Role,E,Msg);
{ldr,_,_,_} ->
{ldr,_,_,_,_} ->
loop(Server,Role,E,Msg);
{normQ,_,_} ->
loop(Server,Role,E,Msg);
Expand Down

0 comments on commit d881a42

Please sign in to comment.