From ae16ae9fc9f89f6bf48338728cd0e46336b31ec2 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 14 Jun 2015 09:57:05 +0100 Subject: [PATCH] remove commented-out code --- src/core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core.c b/src/core.c index 66978e7..f82273f 100644 --- a/src/core.c +++ b/src/core.c @@ -218,8 +218,6 @@ static int tunnel_to(int sock, ip_type ip, unsigned short port, proxy_type pt, c unsigned char buff[BUFF_SIZE]; char ip_buf[16]; - //memset (buff, 0, sizeof(buff)); - switch (pt) { case HTTP_TYPE:{ if(!dns_len) {