From d25a0a1bc873a13976b545007b7e33a7295b9ad7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Feb 2004 12:17:42 +0000 Subject: return an int, not a CURLcode --- tests/libtest/lib504.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index f2a202199..7133fc6df 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; -- cgit v1.2.3