public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - fsck: Fix up merge issue
@ 2009-05-27 10:20 Steven Whitehouse
  0 siblings, 0 replies; only message in thread
From: Steven Whitehouse @ 2009-05-27 10:20 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=987b5478c3e572b0288c20aeadadf4eeb5841760
Commit:        987b5478c3e572b0288c20aeadadf4eeb5841760
Parent:        599a05c55f4ed804b2efb80eec5733f7219ac8a3
Author:        Steven Whitehouse <swhiteho@redhat.com>
AuthorDate:    Wed May 27 10:11:56 2009 +0100
Committer:     Steven Whitehouse <swhiteho@redhat.com>
CommitterDate: Wed May 27 10:11:56 2009 +0100

fsck: Fix up merge issue

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
---
 gfs2/fsck/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gfs2/fsck/main.c b/gfs2/fsck/main.c
index b0f7856..c85e6de 100644
--- a/gfs2/fsck/main.c
+++ b/gfs2/fsck/main.c
@@ -91,7 +91,7 @@ static int read_cmdline(int argc, char **argv, struct gfs2_options *gopts)
 	}
 	if(argc > optind) {
 		gopts->device = (argv[optind]);
-		if(!opts->device) {
+		if(!gopts->device) {
 			fprintf(stderr, _("Please use '-h' for usage.\n"));
 			return FSCK_USAGE;
 		}


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-27 10:20 cluster: STABLE3 - fsck: Fix up merge issue Steven Whitehouse

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