mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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:
parent
98f968f2ee
commit
939866faab
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user