mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
fixed return code
This commit is contained in:
parent
a9e0885be0
commit
0b898b5a8a
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user