Skip to content
Snippets Groups Projects
Commit db6c81de authored by Daniel Salzman's avatar Daniel Salzman
Browse files

khost: remove unsupported C parameter from the processing

refs #2137

Change-Id: Ibccdf2203e79fd2b9f24e75d54bfedc1eed605c0
parent 83fddf2b
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ int host_parse(dig_params_t *params, int argc, char *argv[])
uint32_t serial;
// Command line options processing.
while ((opt = getopt(argc, argv, "46aCdrsTvwc:t:R:W:")) != -1) {
while ((opt = getopt(argc, argv, "46adrsTvwc:t:R:W:")) != -1) {
switch (opt) {
case '4':
conf->ip = IP_4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment