mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-26 09:39:43 -05:00
fixup testbound -1
git-svn-id: file:///svn/unbound/trunk@4045 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
a6fba1b8a6
commit
bc64aa2cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue