mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:27:16 +03:00
fix the return code for curl_multi_add_handle()
This commit is contained in:
parent
811dfd710b
commit
92637303db
2 changed files with 5 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle,
|
|||
/* increase the node-counter */
|
||||
multi->num_easy++;
|
||||
|
||||
return CURLM_CALL_MULTI_PERFORM;
|
||||
return CURLM_OK;
|
||||
}
|
||||
|
||||
CURLMcode curl_multi_remove_handle(CURLM *multi_handle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue