public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] infiniband-diags: -V, --version: exit with zero status
       [not found]         ` <4DB33AEBD6F349EABE6AA1834AFBFC6B-Zpru7NauK7drdx17CPfAsdBPR1lH4CV8@public.gmane.org>
@ 2010-01-12  9:22           ` Sasha Khapyorsky
  0 siblings, 0 replies; only message in thread
From: Sasha Khapyorsky @ 2010-01-12  9:22 UTC (permalink / raw)
  To: linux-rdma
  Cc: Sean Hefty, 'Leonid Keller', ofw_list, Yevgeny Kliteynik,
	Regev Lev


When -V, --version command line option is used exit with zero status
after a version showing.

Signed-off-by: Sasha Khapyorsky <sashak-smomgflXvOZWk0Htik3J/w@public.gmane.org>
---

On 08:03 Tue 05 Jan     , Sean Hefty wrote:
> 
> Changes to the above components should be made to Sasha's tree first, or they
> risk being lost when I update the windows copy.

 infiniband-diags/src/ibdiag_common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/infiniband-diags/src/ibdiag_common.c b/infiniband-diags/src/ibdiag_common.c
index 735b898..99861f1 100644
--- a/infiniband-diags/src/ibdiag_common.c
+++ b/infiniband-diags/src/ibdiag_common.c
@@ -147,7 +147,7 @@ static int process_opt(int ch, char *optarg)
 		break;
 	case 'V':
 		fprintf(stderr, "%s %s\n", prog_name, get_build_version());
-		exit(2);
+		exit(0);
 	case 'e':
 		madrpc_show_errors(1);
 		break;
-- 
1.6.6

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

only message in thread, other threads:[~2010-01-12  9:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-1886-143@https.bugs.openfabrics.org/>
     [not found] ` <2ED289D4E09FBD4D92D911E869B97FDD024A3B3F@mtlexch01.mtl.com>
     [not found]   ` <20100105101346.GM26940@me>
     [not found]     ` <2ED289D4E09FBD4D92D911E869B97FDD024A3D1F@mtlexch01.mtl.com>
     [not found]       ` <4DB33AEBD6F349EABE6AA1834AFBFC6B@amr.corp.intel.com>
     [not found]         ` <4DB33AEBD6F349EABE6AA1834AFBFC6B-Zpru7NauK7drdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2010-01-12  9:22           ` [PATCH] infiniband-diags: -V, --version: exit with zero status Sasha Khapyorsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox