mirror of
https://github.com/curl/curl.git
synced 2026-08-01 17:20:30 +03:00
fixup return
This commit is contained in:
parent
7904ec49e5
commit
633dd4d001
1 changed files with 1 additions and 1 deletions
|
|
@ -100,5 +100,5 @@ test_cleanup:
|
|||
curl_easy_cleanup(curl);
|
||||
curl_global_cleanup();
|
||||
|
||||
return errors ? CURLE_BAD_FUNCTION_ARGUMENT : CURLE_OK;
|
||||
return errors ? CURLE_BAD_FUNCTION_ARGUMENT : result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue