pull/298/head^2
v2ray 2016-06-05 23:37:28 +02:00
parent 5eae540e5c
commit aad10a75d3
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ func (this *Server) handleConnection(connection *hub.Connection) {
return
}
cliendAddr := connection.RemoteAddr().String()
clientAddr := connection.RemoteAddr().String()
if err != nil && err == protocol.Socks4Downgrade {
this.handleSocks4(clientAddr, reader, writer, auth4)
} else {