mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-06 17:06:58 +00:00
Fix spelling in log message: doesnt -> doesn't
This commit is contained in:
@ -269,7 +269,7 @@ static int tunnel_to(int sock, ip_type ip, unsigned short port, proxy_type pt, c
|
|||||||
break;
|
break;
|
||||||
case SOCKS4_TYPE:{
|
case SOCKS4_TYPE:{
|
||||||
if(v6) {
|
if(v6) {
|
||||||
proxychains_write_log(LOG_PREFIX "error: SOCKS4 doesnt support ipv6 addresses\n");
|
proxychains_write_log(LOG_PREFIX "error: SOCKS4 doesn't support ipv6 addresses\n");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
buff[0] = 4; // socks version
|
buff[0] = 4; // socks version
|
||||||
|
Reference in New Issue
Block a user