Explorar el Código

Add missing endian conversion to memb_merge_detect

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1039 fd59a12c-fef9-0310-b244-a6a79926bd2f
Patrick Caulfield hace 20 años
padre
commit
48ebfdc432
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      exec/totemsrp.c

+ 1 - 0
exec/totemsrp.c

@@ -3770,6 +3770,7 @@ static void memb_merge_detect_endian_convert (
 	out->header.nodeid = swab32 (in->header.nodeid);
 	totemip_copy_endian_convert(&out->ring_id.rep, &in->ring_id.rep);
 	out->ring_id.seq = swab64 (in->ring_id.seq);
+	srp_addr_copy_endian_convert (&out->system_from, &in->system_from);
 }
 
 static int message_handler_memb_join (