Reviewed-by: Steven Dake <[email protected]< Thanks! -steve
On 04/07/2011 08:48 PM, Zane Bitter wrote: > Signed-off-by: Zane Bitter <[email protected]> > --- > exec/totempg.c | 1 + > exec/totemsrp.c | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/exec/totempg.c b/exec/totempg.c > index c514453..9188958 100644 > --- a/exec/totempg.c > +++ b/exec/totempg.c > @@ -673,6 +673,7 @@ int callback_token_received_fn (enum > totem_callback_token_type type, > return (0); > } > mcast.header.version = 0; > + mcast.header.type = 0; > mcast.fragmented = 0; > > /* > diff --git a/exec/totemsrp.c b/exec/totemsrp.c > index 2d8755c..0c6e82e 100644 > --- a/exec/totemsrp.c > +++ b/exec/totemsrp.c > @@ -2191,6 +2191,7 @@ int totemsrp_mcast ( > /* > * Set mcast header > */ > + memset(message_item.mcast, 0, sizeof (struct mcast)); > message_item.mcast->header.type = MESSAGE_TYPE_MCAST; > message_item.mcast->header.endian_detector = ENDIAN_LOCAL; > message_item.mcast->header.encapsulated = MESSAGE_NOT_ENCAPSULATED; > > _______________________________________________ > Openais mailing list > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/openais _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
