public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - Ancillary patch to fix another case; bz #327721
@ 2009-03-06 15:15 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2009-03-06 15:15 UTC (permalink / raw)
  To: cluster-cvs-relay

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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-06 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-06 15:15 cluster: STABLE3 - Ancillary patch to fix another case; bz #327721 Lon Hohberger

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).