mirror of https://github.com/v2ray/v2ray-core
parent
60a4e3cc61
commit
86490e884c
|
@ -24,5 +24,5 @@ func (this NoOpAuthenticatorFactory) Create(config internet.AuthenticatorConfig)
|
|||
type NoOpAuthenticatorConfig struct{}
|
||||
|
||||
func init() {
|
||||
internet.RegisterAuthenticator("none", NoOpAuthenticatorFactory{}, func() interface{} { return NoOpAuthenticatorConfig{} })
|
||||
internet.RegisterAuthenticator("none", NoOpAuthenticatorFactory{}, func() interface{} { return &NoOpAuthenticatorConfig{} })
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue