From mboxrd@z Thu Jan 1 00:00:00 1970 From: rohara@sourceware.org Date: 5 Jan 2007 16:44:53 -0000 Subject: [Cluster-devel] cluster/fence/fence_tool fence_tool.c Message-ID: <20070105164453.5717.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: rohara at sourceware.org 2007-01-05 16:44:53 Modified files: fence/fence_tool: fence_tool.c Log message: Remove extra check_quorum call. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fence_tool/fence_tool.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.15&r2=1.5.2.16 --- cluster/fence/fence_tool/fence_tool.c 2007/01/05 16:24:29 1.5.2.15 +++ cluster/fence/fence_tool/fence_tool.c 2007/01/05 16:44:53 1.5.2.16 @@ -385,9 +385,6 @@ return EXIT_FAILURE; } - if (!check_quorum()) - return EXIT_FAILURE; - close(cl_sock); kill(pid, SIGTERM);