public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Lon Hohberger <lon@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - Ancillary patch to fix another case; bz #327721
Date: Fri, 06 Mar 2009 15:15:00 -0000	[thread overview]
Message-ID: <20090306151436.6AA4A1201C1@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f1d8657897d4c70f75fbc15a2b7ca34b0f7a27ca
Commit:        f1d8657897d4c70f75fbc15a2b7ca34b0f7a27ca
Parent:        388895fe49419bd1baf96dccc9a3c60010371df3
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Mon Nov 26 17:02:59 2007 +0000
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Fri Mar 6 10:13:05 2009 -0500

Ancillary patch to fix another case; bz #327721

---
 cman/daemon/commands.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cman/daemon/commands.c b/cman/daemon/commands.c
index 0d7e838..3c1d893 100644
--- a/cman/daemon/commands.c
+++ b/cman/daemon/commands.c
@@ -2189,6 +2189,7 @@ void del_ais_node(int nodeid)
 
 	case NODESTATE_LEAVING:
 		node->state = NODESTATE_DEAD;
+		memset(&node->port_bits, 0, sizeof(node->port_bits));
 		cluster_members--;
 
 		P_MEMB("del_ais_node %s, leave_reason=%x\n", node->name, node->leave_reason);


                 reply	other threads:[~2009-03-06 15:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090306151436.6AA4A1201C1@lists.fedorahosted.org \
    --to=lon@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).