* [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