Remove trailing white space.

This commit is contained in:
Adam Hamsik 2012-06-22 21:57:50 +02:00
parent 69ab0415ac
commit 877e1844ea

View File

@ -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);