summaryrefslogtreecommitdiff
path: root/ctdb/ib
diff options
context:
space:
mode:
authorPeter Somogyi <psomogyi@gamax.hu>2007-04-26 17:09:30 +0200
committerPeter Somogyi <psomogyi@gamax.hu>2007-04-26 17:09:30 +0200
commit67ae2ba4fb668c808a09c78e69c911935ad66690 (patch)
treebbd3432d58687bd6b95220f80f547f509008b434 /ctdb/ib
parent0ce857fb2f86af623510dfcf555203f93112700c (diff)
downloadsamba-67ae2ba4fb668c808a09c78e69c911935ad66690.tar.gz
fixed prev. ibwrapper_test options
(This used to be ctdb commit 9a810d1f3201ec559d1f4f20ef4a42d7aa7090c4)
Diffstat (limited to 'ctdb/ib')
-rw-r--r--ctdb/ib/ibwrapper_test.c2
1 files changed, 1 insertions, 1 deletions
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);