diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index f2a202199b26494c1ed28e4b4fd444e4f4971c7f..7133fc6df22388140900d0db86ed4552e8040215 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.c @@ -16,7 +16,7 @@ int test(char *URL) { CURL *c; - CURLcode ret=CURLE_OK; + int ret=0; CURLM *m; fd_set rd, wr, exc; CURLMcode res;