public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - group: Make group_tool checks more robust
@ 2009-06-11  6:26 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-06-11  6:26 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7f44adffa6b09e940e2e6c37764101ef6c7c28d3
Commit:        7f44adffa6b09e940e2e6c37764101ef6c7c28d3
Parent:        e7ae325614aa4c8705de4ce77df0132eaa334cc0
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Tue Mar 31 15:59:11 2009 -0400
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu Jun 11 08:25:34 2009 +0200

group: Make group_tool checks more robust

bz 493165

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 group/tool/main.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/group/tool/main.c b/group/tool/main.c
index 0c6e33b..f039584 100644
--- a/group/tool/main.c
+++ b/group/tool/main.c
@@ -302,7 +302,8 @@ static int groupd_list(int argc, char **argv)
 		count = 1;
 
 		/* don't output if there's no group at all */
-		if (data[0].id == 0) {
+		if (data[0].id == 0 && !strlen(data[0].name) && 
+		    !strlen(data[0].client_name)) {
 			fprintf(stderr, "groupd has no information about "
 			        "the specified group\n");
 			return 1;


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

only message in thread, other threads:[~2009-06-11  6:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-11  6:26 cluster: STABLE3 - group: Make group_tool checks more robust Fabio M. Di Nitto

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