1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 06:46:14 -04:00

format code

This commit is contained in:
V2Ray 2015-10-13 22:00:12 +02:00
parent 8c5865d4e7
commit 4ac3eab385

View File

@ -150,7 +150,7 @@ func (server *SocksServer) handleSocks5(reader *v2net.TimeOutReader, writer io.W
return UnsupportedSocksCommand
}
response := protocol.NewSocks5Response()
response := protocol.NewSocks5Response()
response.Error = protocol.ErrorSuccess
// Some SOCKS software requires a value other than dest. Let's fake one: