tool: Moved --libcurl to the global config

This commit is contained in:
Steve Holme 2014-03-01 13:38:00 +00:00
parent 75e996f29f
commit f1a9e6858e
8 changed files with 29 additions and 28 deletions

View file

@ -867,7 +867,7 @@ ParameterError getparameter(char *flag, /* f or -long-flag */
"--libcurl option was disabled at build-time!\n");
return PARAM_OPTION_UNKNOWN;
#else
GetStr(&config->libcurl, nextarg);
GetStr(&global->libcurl, nextarg);
break;
#endif
case '#': /* --raw */