1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-30 07:46:41 -04:00
This commit is contained in:
Darien Raymond 2016-02-05 11:45:31 +00:00
parent 20147cb0bd
commit e5d0da0982

View File

@ -118,7 +118,7 @@ func (this *SocksServer) handleSocks5(reader *v2net.TimeOutReader, writer io.Wri
log.Error("Socks: failed to write authentication: ", err) log.Error("Socks: failed to write authentication: ", err)
return err return err
} }
log.Warning("Socks: client doesn't support allowed any auth methods.") log.Warning("Socks: client doesn't support any allowed auth methods.")
return ErrorUnsupportedAuthMethod return ErrorUnsupportedAuthMethod
} }