]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
queryperf: fix getopt option string
authorMark Andrews <marka@isc.org>
Tue, 8 Jan 2013 11:57:11 +0000 (22:57 +1100)
committerMark Andrews <marka@isc.org>
Tue, 8 Jan 2013 11:57:11 +0000 (22:57 +1100)
contrib/queryperf/queryperf.c

index 26eded6c21a8f27a937d395ab989e3f7b8f459be..9bed11b65683e43f6668854247beb33c06446da6 100644 (file)
@@ -528,7 +528,7 @@ parse_args(int argc, char **argv) {
        unsigned int uint_arg_val;
 
        while ((c = getopt(argc, argv,
-                          "f:q:t:i:nd:s:p:1l:b:eDcvr:RT::u:H:h")) != -1) {
+                          "f:q:t:i:nd:s:p:1l:b:eDcvr:RT:u:H:h")) != -1) {
                switch (c) {
                case 'f':
                        if (strcmp(optarg, "inet") == 0)