mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-01 06:55:25 -05:00
rename Error to Err
This commit is contained in:
@@ -39,7 +39,7 @@ func (this *Config) UnmarshalJSON(data []byte) error {
|
||||
this.AuthType = AuthTypePassword
|
||||
} else {
|
||||
log.Error("Socks: Unknown auth method: ", rawConfig.AuthMethod)
|
||||
return internal.ErrorBadConfiguration
|
||||
return internal.ErrBadConfiguration
|
||||
}
|
||||
|
||||
if len(rawConfig.Accounts) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user