mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:19:59 -04:00
queryperf: fix getopt option string
This commit is contained in:
parent
83afe6a4ea
commit
780b2a4d22
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue