mirror of
https://github.com/haad/proxychains.git
synced 2026-09-14 11:05:48 +05:00
Remove trailing white space.
This commit is contained in:
parent
69ab0415ac
commit
877e1844ea
@ -272,7 +272,6 @@ static int tunnel_to(int sock, ip_type ip, unsigned short port, proxy_type pt, c
|
||||
int len;
|
||||
unsigned char buff[BUFF_SIZE];
|
||||
char ip_buf[16];
|
||||
|
||||
//memset (buff, 0, sizeof(buff));
|
||||
|
||||
switch (pt) {
|
||||
@ -711,7 +710,7 @@ int connect_proxy_chain(int sock, ip_type target_ip,
|
||||
proxychains_write_log("\n!!!need more proxies!!!\n");
|
||||
error_strict:
|
||||
PDEBUG("error\n");
|
||||
|
||||
|
||||
release_all(pd, proxy_count);
|
||||
if(ns != -1)
|
||||
close(ns);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user