mirror of
https://github.com/curl/curl.git
synced 2026-07-30 22:48:03 +03:00
Fixed test 554 to pass the torture test.
This commit is contained in:
parent
a95e600eb0
commit
60f0b4fffe
4 changed files with 12 additions and 10 deletions
|
|
@ -705,7 +705,7 @@ CURLFORMcode FormAdd(struct curl_httppost **httppost,
|
|||
}
|
||||
|
||||
if(CURL_FORMADD_OK == return_value) {
|
||||
/* go through the list, check for copleteness and if everything is
|
||||
/* go through the list, check for completeness and if everything is
|
||||
* alright add the HttpPost item otherwise set return_value accordingly */
|
||||
|
||||
post = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue