mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 12:15:29 +00:00
defect 529
dont ignore commit token which was causing strange semantics. (Logical change 1.190) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@627 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
3dc9dbaf4c
commit
f127cb9714
@ -3697,8 +3697,7 @@ static int message_handler_memb_join (
|
||||
my_new_memb_list,
|
||||
my_new_memb_entries) &&
|
||||
|
||||
//WORK memb_join->ring_seq >= my_ring_id.seq) {
|
||||
memb_join->ring_seq > my_ring_id.seq) {
|
||||
memb_join->ring_seq >= my_ring_id.seq) {
|
||||
|
||||
memb_join_process (memb_join, system_from);
|
||||
memb_state_gather_enter ();
|
||||
|
Loading…
Reference in New Issue
Block a user