fixed prev. ibwrapper_test options
authorPeter Somogyi <psomogyi@gamax.hu>
Thu, 26 Apr 2007 15:09:30 +0000 (17:09 +0200)
committerPeter Somogyi <psomogyi@gamax.hu>
Thu, 26 Apr 2007 15:09:30 +0000 (17:09 +0200)
ib/ibwrapper_test.c

index 5684e673bf359f32dc253409f901a09f662ecf8c..c33e21ee7a64e4979bc9bbc13027fb4ebb14abc9 100644 (file)
@@ -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);