From 877e1844eadeee8a50479351403a66d09694574d Mon Sep 17 00:00:00 2001 From: Adam Hamsik Date: Fri, 22 Jun 2012 21:57:50 +0200 Subject: [PATCH] Remove trailing white space. --- src/core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core.c b/src/core.c index 801a8e3..63f53c1 100644 --- a/src/core.c +++ b/src/core.c @@ -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);