1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00

fixed return code

This commit is contained in:
Daniel Stenberg 2002-05-03 12:40:37 +00:00
parent a9e0885be0
commit 0b898b5a8a

View File

@ -438,7 +438,7 @@ CURLMsg *curl_multi_info_read(CURLM *multi_handle, int *msgs_in_queue)
return msg;
}
else
return CURLM_BAD_HANDLE;
return NULL;
}
/*