mirror of
https://github.com/moparisthebest/curl
synced 2024-12-25 17:48:48 -05:00
hostip: fix compiler warning: 'variable set but not used'
This commit is contained in:
parent
8123560d44
commit
a577059f92
@ -835,7 +835,7 @@ CURLcode Curl_loadhostpairs(struct Curl_easy *data)
|
|||||||
char *entry_id;
|
char *entry_id;
|
||||||
size_t entry_len;
|
size_t entry_len;
|
||||||
char address[64];
|
char address[64];
|
||||||
char *addresses = NULL;
|
char *addresses;
|
||||||
char *addr_begin;
|
char *addr_begin;
|
||||||
char *addr_end;
|
char *addr_end;
|
||||||
char *port_ptr;
|
char *port_ptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user