This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: RHEL4 - rgmanager: Fix double-unlock in error path


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=99c87b52af779a52274132383424cfacc06378e2
Commit:        99c87b52af779a52274132383424cfacc06378e2
Parent:        ff9305a4c0522fdf4ec71d4516fc8f1b3070d4af
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Tue Jul 21 13:16:53 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Tue Jul 21 13:20:14 2009 -0400

rgmanager: Fix double-unlock in error path

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 rgmanager/src/daemons/rg_state.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/daemons/rg_state.c b/rgmanager/src/daemons/rg_state.c
index 386d569..7b4a991 100644
--- a/rgmanager/src/daemons/rg_state.c
+++ b/rgmanager/src/daemons/rg_state.c
@@ -803,7 +803,6 @@ svc_start(char *svcName, int req)
 	if (set_rg_state(svcName, &svcStatus) != 0) {
 		clulog(LOG_ERR,
 		       "#47: Failed changing service status\n");
-		rg_unlock(svcName, lockp);
 		goto out_unlock;
 	}
 	


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]