public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* fence: master - fenced: fix bad patch "fix accounting for startup fencing victims"
@ 2009-04-27 20:56 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2009-04-27 20:56 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/fence.git?p=fence.git;a=commitdiff;h=2d64e1ca8d77b194fe04c3623a3f7982559fef37
Commit:        2d64e1ca8d77b194fe04c3623a3f7982559fef37
Parent:        c5cb7ebb5af53c1999ee587f59fc6cdf6ee98077
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Mon Apr 27 15:47:56 2009 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Mon Apr 27 15:47:56 2009 -0500

fenced: fix bad patch "fix accounting for startup fencing victims"

Bad transfer from stable3, group_mode doesn't exist here.

Signed-off-by: David Teigland <teigland@redhat.com>
---
 fence/fenced/recover.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/fence/fenced/recover.c b/fence/fenced/recover.c
index 6f47f8d..2507b74 100644
--- a/fence/fenced/recover.c
+++ b/fence/fenced/recover.c
@@ -38,9 +38,6 @@ void add_complete_node(struct fd *fd, int nodeid)
 	node = get_new_node(fd, nodeid);
 	list_add(&node->list, &fd->complete);
 
-	if (group_mode == GROUP_LIBGROUP)
-		return;
-
 	node_history_init(fd, nodeid);
 }
 


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

only message in thread, other threads:[~2009-04-27 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-27 20:56 fence: master - fenced: fix bad patch "fix accounting for startup fencing victims" David Teigland

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