The retransmit token is specified as an array of pointers. It instead should be be specified as a pointer to a buffer.
Regards -steve
Index: exec/totemsrp.c =================================================================== --- exec/totemsrp.c (revision 2794) +++ exec/totemsrp.c (working copy) @@ -391,7 +391,7 @@ struct list_head token_callback_sent_listhead; - char *orf_token_retransmit[TOKEN_SIZE_MAX]; + char orf_token_retransmit[TOKEN_SIZE_MAX]; int orf_token_retransmit_size;
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
