mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
Uninitialized variable set.
This commit is contained in:
parent
011929cf4d
commit
648c5b05c0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user