aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib507.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib507.c')
-rw-r--r--tests/libtest/lib507.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c
index b16c23368..4e776ec4a 100644
--- a/tests/libtest/lib507.c
+++ b/tests/libtest/lib507.c
@@ -5,7 +5,7 @@ int test(char *URL)
CURL* curls;
CURLM* multi;
int still_running;
- int i;
+ int i = -1;
CURLMsg *msg;
multi = curl_multi_init();