aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib506.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib506.c')
-rw-r--r--tests/libtest/lib506.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib506.c b/tests/libtest/lib506.c
index 40f726178..91137fb97 100644
--- a/tests/libtest/lib506.c
+++ b/tests/libtest/lib506.c
@@ -87,7 +87,7 @@ void *fire(void *ptr)
struct curl_slist *headers;
struct Tdata *tdata = (struct Tdata*)ptr;
CURL *curl = curl_easy_init();
- int i;
+ int i=0;
headers = sethost(NULL);
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);