From f2a750a0196e702cc235e14ebd60fad3e78fc833 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sun, 8 Jan 2017 23:31:45 +0100 Subject: [PATCH] comment out unused const --- proxy/socks/protocol.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/socks/protocol.go b/proxy/socks/protocol.go index bf61910a..594c5ccf 100644 --- a/proxy/socks/protocol.go +++ b/proxy/socks/protocol.go @@ -22,8 +22,8 @@ const ( socks4RequestGranted = 90 socks4RequestRejected = 91 - authNotRequired = 0x00 - authGssAPI = 0x01 + authNotRequired = 0x00 + //authGssAPI = 0x01 authPassword = 0x02 authNoMatchingMethod = 0xFF