Uninitialized variable set.
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2004 08:25:48 +0000 (08:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2004 08:25:48 +0000 (08:25 +0000)
tests/libtest/lib506.c

index 40f7261..91137fb 100644 (file)
@@ -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);