Ver código fonte

defect 731
error - saSendReceiveReply instead of error = function



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

Steven Dake 20 anos atrás
pai
commit
293941b8f8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/amf.c

+ 1 - 1
lib/amf.c

@@ -430,7 +430,7 @@ saAmfComponentRegister (
 
 
 	pthread_mutex_lock (&amfInstance->response_mutex);
 	pthread_mutex_lock (&amfInstance->response_mutex);
 
 
-	error - saSendReceiveReply (amfInstance->response_fd, &req_lib_amf_componentregister,
+	error = saSendReceiveReply (amfInstance->response_fd, &req_lib_amf_componentregister,
 		sizeof (struct req_lib_amf_componentregister),
 		sizeof (struct req_lib_amf_componentregister),
 		&res_lib_amf_componentregister,
 		&res_lib_amf_componentregister,
 		sizeof (struct res_lib_amf_componentregister));
 		sizeof (struct res_lib_amf_componentregister));