Skip to content

Commit

Permalink
comment out unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Jan 8, 2017
1 parent 74938dc commit f2a750a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/socks/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const (
socks4RequestGranted = 90
socks4RequestRejected = 91

authNotRequired = 0x00
authGssAPI = 0x01
authNotRequired = 0x00
//authGssAPI = 0x01
authPassword = 0x02
authNoMatchingMethod = 0xFF

Expand Down

0 comments on commit f2a750a

Please sign in to comment.