Skip to content
Snippets Groups Projects
Commit 0b898b5a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed return code

parent a9e0885b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment