1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 17:46:58 -05:00

comment out unused const

This commit is contained in:
Darien Raymond 2017-01-08 23:31:45 +01:00
parent 74938dc428
commit f2a750a019
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -23,7 +23,7 @@ const (
socks4RequestRejected = 91
authNotRequired = 0x00
authGssAPI = 0x01
//authGssAPI = 0x01
authPassword = 0x02
authNoMatchingMethod = 0xFF