]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Add 'c' to getopt() in testbound.
authorRalph Dolmans <ralph@nlnetlabs.nl>
Tue, 9 May 2017 15:02:39 +0000 (15:02 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Tue, 9 May 2017 15:02:39 +0000 (15:02 +0000)
- iana portlist update.

git-svn-id: file:///svn/unbound/trunk@4152 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
testcode/testbound.c
util/iana_ports.inc

index f22d39e3e671acbbc51c02df52434b1aaeb689aa..9dccd7f909184ed566dd952b1f5509cad56be3d7 100644 (file)
@@ -1,3 +1,7 @@
+9 May 2017: Ralph
+       - Add 'c' to getopt() in testbound.
+       - iana portlist update
+
 8 May 2017: Wouter
        - Fix tcp-mss failure printout text.
        - Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
index 180b2c256a49fc1d6c85d568d92b62ddfb4fa93a..052c74e82b4508c3e8583e8fe8265e628191eea8 100644 (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]);
index 1092243b6d25e76c648e71ec4f0c0097a129d5a4..91bebd3a72d583fdc76ffbc36b60505c776b83fb 100644 (file)
 8793,
 8800,
 8804,
+8805,
 8808,
 8873,
 8880,