From: Daniel Stenberg Date: Sun, 1 Jun 2008 17:59:53 +0000 (+0000) Subject: (committed this for Marty Kuhrt:) X-Git-Tag: curl-7_18_2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c84904d8c86e3ce10c519f243e173c9e90af3b06;p=thirdparty%2Fcurl.git (committed this for Marty Kuhrt:) - Updated main.c to return CURLE_OK if PARAM_HELP_REQUESTED was returned from getparameter instead of CURLE_FAILED_INIT. No point in returning an error if --help or --version were requested. --- diff --git a/CHANGES b/CHANGES index 6ff59e0604..868e6ce0a4 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,11 @@ Changelog +Marty Kuhrt (1 Jun 2008) +- Updated main.c to return CURLE_OK if PARAM_HELP_REQUESTED was returned + from getparameter instead of CURLE_FAILED_INIT. No point in returning + an error if --help or --version were requested. + Daniel Stenberg (28 May 2008) - Emil Romanus found a problem and helped me repeat it. It occured when using the curl_multi_socket() API with HTTP pipelining enabled and could lead to