mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
avoid warning
This commit is contained in:
parent
d1bc844322
commit
2fab9b0f87
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user