From: Mark Andrews Date: Tue, 8 Jan 2013 11:57:11 +0000 (+1100) Subject: queryperf: fix getopt option string X-Git-Tag: v9.10.0a1~610 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7d8bfa8f8ea4c222b9403fe97dba0523d768f667;p=thirdparty%2Fbind9.git queryperf: fix getopt option string --- diff --git a/contrib/queryperf/queryperf.c b/contrib/queryperf/queryperf.c index 26eded6c21a..9bed11b6568 100644 --- a/contrib/queryperf/queryperf.c +++ b/contrib/queryperf/queryperf.c @@ -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)