diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/nc/socks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/nc/socks.c b/src/usr.bin/nc/socks.c index 9189858959..8e39c3ba39 100644 --- a/src/usr.bin/nc/socks.c +++ b/src/usr.bin/nc/socks.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: socks.c,v 1.1 2001/09/02 18:45:41 jakob Exp $ */ | 1 | * $OpenBSD: socks.c,v 1.2 2001/10/28 19:45:17 jakob Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999 Niklas Hallqvist. All rights reserved. | 4 | * Copyright (c) 1999 Niklas Hallqvist. All rights reserved. |
@@ -84,7 +84,6 @@ int | |||
84 | socks_connect (char *host, char *port, struct addrinfo hints, | 84 | socks_connect (char *host, char *port, struct addrinfo hints, |
85 | char *proxyhost, char *proxyport, struct addrinfo proxyhints) | 85 | char *proxyhost, char *proxyport, struct addrinfo proxyhints) |
86 | { | 86 | { |
87 | char *proxyport_default; | ||
88 | int proxyfd; | 87 | int proxyfd; |
89 | unsigned char buf[SOCKS_MAXCMDSZ]; | 88 | unsigned char buf[SOCKS_MAXCMDSZ]; |
90 | ssize_t cnt; | 89 | ssize_t cnt; |