mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:43:33 +03:00
getparam: correctly clean args
Follow-up to bf7e887b24
The previous fix for #9128 was incomplete and caused #9397.
Fixes #9397
Closes #9399
This commit is contained in:
parent
e43c3b3e3e
commit
5b059ba895
3 changed files with 9 additions and 9 deletions
|
|
@ -55,7 +55,6 @@ struct GlobalConfig;
|
|||
struct OperationConfig;
|
||||
|
||||
ParameterError getparameter(const char *flag, char *nextarg,
|
||||
argv_item_t clearthis,
|
||||
bool *usedarg,
|
||||
struct GlobalConfig *global,
|
||||
struct OperationConfig *operation);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue