[client] minor fix to set -R mode with a resolve URL is also set

The command line arg validation function also checks this.
This commit is contained in:
Michael Rash
2013-05-23 14:46:17 -04:00
parent b9bd984768
commit 67f96dc3d4
+1
View File
@@ -1701,6 +1701,7 @@ config_init(fko_cli_options_t *options, int argc, char **argv)
}
strlcpy(options->resolve_url, optarg, strlen(optarg)+1);
cli_arg_bitmask |= FWKNOP_CLI_ARG_BM(FWKNOP_CLI_ARG_RESOLVE_URL);
options->resolve_ip_http = 1;
break;
case SHOW_LAST_ARGS:
options->show_last_command = 1;