add in missing mutex unlock

(Logical change 1.116)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@406 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Mark Haverkamp 2005-01-11 16:59:10 +00:00
parent 019b1af111
commit 37c27a4f35

View File

@ -778,6 +778,7 @@ saEvtChannelOpen(
error = saSendRetry(evti->ei_fd, &req, sizeof(req), MSG_NOSIGNAL);
if (error != SA_OK) {
pthread_mutex_unlock (&evti->ei_mutex);
goto chan_open_free;
}
error = saRecvQueue(evti->ei_fd, &res, &evti->ei_inq,