Left-over from before the return-code fix. This is probably the code that

causes xlc and gcc act differently on AIX.
This commit is contained in:
Daniel Stenberg 2004-05-12 06:27:40 +00:00
parent 98f968f2ee
commit 939866faab
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ CURLcode Curl_getFormData(struct FormData **finalform,
if (result)
break;
size += AddFormData(&form, "\"", 0, &size);
result = AddFormData(&form, "\"", 0, &size);
if (result)
break;