From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 13 Dec 2006 13:39:44 -0000 Subject: [Cluster-devel] cluster/cman/daemon commands.c Message-ID: <20061213133944.13179.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: RHEL5 Changes by: pcaulfield at sourceware.org 2006-12-13 13:39:43 Modified files: cman/daemon : commands.c Log message: Fix typo that could affect shutdown bz#219385 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.55&r2=1.55.2.1 --- cluster/cman/daemon/commands.c 2006/11/06 10:06:14 1.55 +++ cluster/cman/daemon/commands.c 2006/12/13 13:39:43 1.55.2.1 @@ -1428,7 +1428,7 @@ then we take its closedown as a "Yes" to the "can we shutdown" question. If it previously answered "No", we need to change its vote */ if (shutdown_con && con->events) { - if (!con->shutdown_reply) { + if (con->shutdown_reply) { if (con->shutdown_reply == SHUTDOWN_REPLY_YES) shutdown_yes--; if (con->shutdown_reply == SHUTDOWN_REPLY_NO)