avoid warning

This commit is contained in:
Damien Miller 2015-03-04 07:41:27 +11:00
parent d1bc844322
commit 2fab9b0f87
1 changed files with 1 additions and 1 deletions

View File

@ -1471,7 +1471,7 @@ socks_connect(const char *host, const char *port,
int socksv, const char *proxyuser)
{
int proxyfd, r, authretry = 0;
size_t hlen, wlen;
size_t hlen, wlen = 0;
unsigned char buf[1024];
size_t cnt;
struct sockaddr_storage addr;