terminate with appropriate exit code

This commit is contained in:
Yang Tse 2008-11-07 12:22:43 +00:00
parent fe083a94b9
commit 95a849efc2

View File

@ -163,7 +163,7 @@ cleanup:
curl_global_cleanup();
return 0; /* OK */
return result;
}