Explorar o código

Missing commit from previous rename of saServiceConnectTwo

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1115 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=19) %!d(string=hai) anos
pai
achega
cb148dbdc8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/msg.c

+ 1 - 1
lib/msg.c

@@ -217,7 +217,7 @@ saMsgInitialize (
 
 	msgInstance->response_fd = -1;
 
-	error = saServiceConnectTwo (&msgInstance->response_fd,
+	error = saServiceConnect (&msgInstance->response_fd,
 		&msgInstance->dispatch_fd, MSG_SERVICE);
 	if (error != SA_AIS_OK) {
 		goto error_put_destroy;