mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:03:33 +03:00
Compiler warning fix
This commit is contained in:
parent
eee09e79e8
commit
733a184ce0
7 changed files with 26 additions and 20 deletions
|
|
@ -706,7 +706,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
|||
do {
|
||||
|
||||
if(!GOOD_EASY_HANDLE(easy->easy_handle))
|
||||
return CURLE_BAD_FUNCTION_ARGUMENT;
|
||||
return CURLM_BAD_EASY_HANDLE;
|
||||
|
||||
if (easy->easy_handle->state.pipe_broke) {
|
||||
infof(easy->easy_handle, "Pipe broke: handle 0x%x\n", easy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue