aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest/lib504.c2
1 files changed, 1 insertions, 1 deletions
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;