mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:23:31 +03:00
parent
d6b5d9f4ae
commit
2ed0e1f70e
3 changed files with 10 additions and 7 deletions
|
|
@ -223,7 +223,7 @@ int parseconfig(const char *filename, struct GlobalConfig *global)
|
|||
#ifdef DEBUG_CONFIG
|
||||
fprintf(stderr, "PARAM: \"%s\"\n",(param ? param : "(null)"));
|
||||
#endif
|
||||
res = getparameter(option, param, &usedarg, global, operation);
|
||||
res = getparameter(option, param, NULL, &usedarg, global, operation);
|
||||
operation = global->last;
|
||||
|
||||
if(!res && param && *param && !usedarg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue