I've found a redundant statement in totemsrp.c.
Could you apply following patch?


Masatake YAMATO

Index: totemsrp.c
===================================================================
--- totemsrp.c  (revision 1752)
+++ totemsrp.c  (working copy)
@@ -2608,7 +2608,6 @@
        orf_token.header.encapsulated = 0;
        orf_token.header.nodeid = instance->my_id.addr[0].nodeid;
        assert (orf_token.header.nodeid);
-       orf_token.seq = 0;
        orf_token.seq = SEQNO_START_MSG;
        orf_token.token_seq = SEQNO_START_TOKEN;
        orf_token.retrans_flg = 1;

--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to