tool: Fixed incorrect return code when setting HTTP request fails
authorSteve Holme <steve_holme@hotmail.com>
Sat, 22 Feb 2014 18:14:33 +0000 (18:14 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 22 Feb 2014 18:14:33 +0000 (18:14 +0000)
commitee23d13a79b185f117580773be9c5171097f8311
treea4363e8d25bf9a496fbf0312ee74c26b218a2ac1
parentdcbae71812a5fdf4dc4335aa10ea75a2ab1b16d4
tool: Fixed incorrect return code when setting HTTP request fails

During initialisation SetHTTPrequest() may fail and cURL would return
PARAM_BAD_USE, which is equivalent to CURLE_NOT_BUILT_IN in cURL error
terms.

Instead, return CURLE_FAILED_INIT as we do for other functions that may
fail during initialisation.
src/tool_operate.c