mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
Ignore revo from prior terms
This commit is contained in:
parent
bf3e5568da
commit
8703249546
2
v/raft.c
2
v/raft.c
@ -353,7 +353,7 @@ _raft_revo_done(u2_rreq* req_u, c3_w suc_w)
|
||||
u2_raft* raf_u = ron_u->raf_u;
|
||||
|
||||
c3_assert(c3__revo == req_u->msg_u->typ_w);
|
||||
if ( suc_w ) {
|
||||
if ( suc_w && req_u->msg_u->tem_w == raf_u->tem_w ) {
|
||||
if ( u2_no == ron_u->nam_u->vog ) {
|
||||
ron_u->nam_u->vog = u2_yes;
|
||||
raf_u->vot_w++;
|
||||
|
Loading…
Reference in New Issue
Block a user