فهرست منبع

defect 600
Qian Zhang reported defect 599 which was a missing
pthread_mutex_unlock. Patch attached to fix it.

(Logical change 1.202)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@657 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 20 سال پیش
والد
کامیت
45b82e1eba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      exec/clm.c

+ 1 - 1
exec/clm.c

@@ -633,7 +633,7 @@ static int message_handler_req_clm_nodegetasync (struct conn_info *conn_info, vo
 		memcpy (&res_clm_nodegetcallback.clusterNode, clusterNode,
 			sizeof (SaClmClusterNodeT));
 	}
-	libais_send_response (conn_info, &res_clm_nodegetcallback,
+	libais_send_response (conn_info->conn_info_partner, &res_clm_nodegetcallback,
 		sizeof (struct res_clm_nodegetcallback));
 
 	return (0);