mirror of
https://github.com/curl/curl.git
synced 2026-07-13 10:37:15 +03:00
parent
75955c0851
commit
0afb52a0cd
16 changed files with 182 additions and 168 deletions
|
|
@ -1654,15 +1654,15 @@ static ParameterError parse_upload_flags(struct OperationConfig *config,
|
|||
}
|
||||
}
|
||||
|
||||
if(!map->name) {
|
||||
err = PARAM_OPTION_UNKNOWN;
|
||||
break;
|
||||
}
|
||||
if(!map->name) {
|
||||
err = PARAM_OPTION_UNKNOWN;
|
||||
break;
|
||||
}
|
||||
|
||||
if(next)
|
||||
/* move over the comma */
|
||||
next++;
|
||||
flag = next;
|
||||
if(next)
|
||||
/* move over the comma */
|
||||
next++;
|
||||
flag = next;
|
||||
}
|
||||
|
||||
return err;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue