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:
Steven Dake 2006-06-30 19:21:30 +00:00
parent ba70bff546
commit d0d088cdf8

View File

@ -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;