This commit is contained in:
Daniel Stenberg 2004-02-13 12:17:42 +00:00
Родитель 4d17e77532
Коммит d25a0a1bc8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -16,7 +16,7 @@
int test(char *URL) int test(char *URL)
{ {
CURL *c; CURL *c;
CURLcode ret=CURLE_OK; int ret=0;
CURLM *m; CURLM *m;
fd_set rd, wr, exc; fd_set rd, wr, exc;
CURLMcode res; CURLMcode res;