Skip to content
Snippets Groups Projects
Commit 939866fa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

causes xlc and gcc act differently on AIX.
parent 98f968f2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment