mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 17:58:01 +00:00
Add missing endian conversion to memb_merge_detect
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1039 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
6b457e653c
commit
48ebfdc432
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user