Loading lib/multi.c +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ CURLMcode curl_multi_remove_handle(CURLM *multi_handle, /* scan through the list and remove the 'curl_handle' */ easy = multi->easy.next; while(easy) { if(easy->easy_handle == curl_handle) if(easy->easy_handle == (struct SessionHandle *)curl_handle) break; easy=easy->next; } Loading Loading
lib/multi.c +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ CURLMcode curl_multi_remove_handle(CURLM *multi_handle, /* scan through the list and remove the 'curl_handle' */ easy = multi->easy.next; while(easy) { if(easy->easy_handle == curl_handle) if(easy->easy_handle == (struct SessionHandle *)curl_handle) break; easy=easy->next; } Loading