promote argv handling functions to fko_util (avoids duplication across client and server)

This commit is contained in:
Michael Rash
2015-12-16 18:59:10 -08:00
parent f230c32371
commit 998fb96f0b
10 changed files with 95 additions and 200 deletions
+1 -1
View File
@@ -412,7 +412,7 @@ resolve_ip_https(fko_cli_options_t *options)
#endif
#if HAVE_EXECVPE
if(strtoargv(wget_ssl_cmd, wget_argv, &wget_argc, options) != 1)
if(strtoargv(wget_ssl_cmd, wget_argv, &wget_argc) != 1)
{
log_msg(LOG_VERBOSITY_ERROR, "Error converting wget cmd str to argv");
return(-1);