mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-05 20:38:04 +00:00
marshall of cpg_join name field is wrong.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1100 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
ba70bff546
commit
d0d088cdf8
@ -426,7 +426,7 @@ cpg_error_t cpg_join (
|
||||
req_lib_cpg_join.header.size = sizeof (struct req_lib_cpg_join);
|
||||
req_lib_cpg_join.header.id = MESSAGE_REQ_CPG_JOIN;
|
||||
req_lib_cpg_join.pid = getpid();
|
||||
marshall_to_mar_cpg_name_t (&req_lib_cpg_trackstart.group_name,
|
||||
marshall_to_mar_cpg_name_t (&req_lib_cpg_join.group_name,
|
||||
group);
|
||||
|
||||
iov[0].iov_base = &req_lib_cpg_join;
|
||||
|
Loading…
Reference in New Issue
Block a user