- Add 'c' to getopt() in testbound.

- iana portlist update.


git-svn-id: file:///svn/unbound/trunk@4152 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Ralph Dolmans
2017-05-09 15:02:39 +00:00
parent 4e502fd624
commit ce54c45394
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -281,7 +281,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, "12egho:p:s")) != -1) {
while( (c=getopt(argc, argv, "12egcho:p:s")) != -1) {
switch(c) {
case 's':
free(pass_argv[1]);