mirror of
https://github.com/curl/curl.git
synced 2026-07-30 13:48:06 +03:00
tool: Moved --libcurl to the global config
This commit is contained in:
parent
75e996f29f
commit
f1a9e6858e
8 changed files with 29 additions and 28 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue