From bc64aa2cf2f74b1ff7deccf5427933f41964c96f Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 9 Mar 2017 13:31:16 +0000 Subject: [PATCH] fixup testbound -1 git-svn-id: file:///svn/unbound/trunk@4045 be551aaa-1e26-0410-a405-d3ace91eadb9 --- testcode/testbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcode/testbound.c b/testcode/testbound.c index c7af2e9e1..dd858b5bd 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -280,7 +280,7 @@ main(int argc, char* argv[]) pass_argc = 1; pass_argv[0] = "unbound"; add_opts("-d", &pass_argc, pass_argv); - while( (c=getopt(argc, argv, "2egho:p:s")) != -1) { + while( (c=getopt(argc, argv, "12egho:p:s")) != -1) { switch(c) { case 's': free(pass_argv[1]);