From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 13 Dec 2006 14:20:52 -0000 Subject: [Cluster-devel] cluster/cman/daemon commands.c Message-ID: <20061213142052.5778.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: RHEL50 Changes by: pcaulfield at sourceware.org 2006-12-13 14:20:50 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=RHEL50&r1=1.55&r2=1.55.4.1 --- cluster/cman/daemon/commands.c 2006/11/06 10:06:14 1.55 +++ cluster/cman/daemon/commands.c 2006/12/13 14:20:50 1.55.4.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)