Browse Source

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 years ago
parent
commit
293941b8f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/amf.c

+ 1 - 1
lib/amf.c

@@ -430,7 +430,7 @@ saAmfComponentRegister (
 
 	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),
 		&res_lib_amf_componentregister,
 		sizeof (struct res_lib_amf_componentregister));