From: Peter Somogyi Date: Thu, 26 Apr 2007 15:09:30 +0000 (+0200) Subject: fixed prev. ibwrapper_test options X-Git-Tag: tevent-0.9.20~348^2~2838^2 X-Git-Url: http://git.samba.org/samba.git/?p=vlendec%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=67ae2ba4fb668c808a09c78e69c911935ad66690;hp=0ce857fb2f86af623510dfcf555203f93112700c fixed prev. ibwrapper_test options (This used to be ctdb commit 9a810d1f3201ec559d1f4f20ef4a42d7aa7090c4) --- diff --git a/ctdb/ib/ibwrapper_test.c b/ctdb/ib/ibwrapper_test.c index 5684e673bf3..c33e21ee7a6 100644 --- a/ctdb/ib/ibwrapper_test.c +++ b/ctdb/ib/ibwrapper_test.c @@ -561,7 +561,7 @@ int main(int argc, char *argv[]) signal(SIGINT, ibwtest_sigint_handler); srand((unsigned)time(NULL)); - while ((op=getopt(argc, argv, "i:o:d:m:st:n:l:v:g:")) != -1) { + while ((op=getopt(argc, argv, "i:o:d:m:st:n:l:v:a:")) != -1) { switch (op) { case 'i': tcx->id = talloc_strdup(tcx, optarg);