This commit is contained in:
Daniel Stenberg 2002-05-03 12:40:37 +00:00
Родитель a9e0885be0
Коммит 0b898b5a8a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}
/*