mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:21:42 +03:00
terminate with appropriate exit code
This commit is contained in:
parent
fe083a94b9
commit
95a849efc2
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ cleanup:
|
|||
|
||||
curl_global_cleanup();
|
||||
|
||||
return 0; /* OK */
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue