From 37c27a4f3597b4b40baf5feafa0c94ee753c7f7f Mon Sep 17 00:00:00 2001 From: Mark Haverkamp Date: Tue, 11 Jan 2005 16:59:10 +0000 Subject: [PATCH] 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 --- lib/evt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/evt.c b/lib/evt.c index 4fe12f7a..271a2500 100644 --- a/lib/evt.c +++ b/lib/evt.c @@ -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,