return pointer of config

pull/2034/head v1.23.1
v2ray 8 years ago
parent 60a4e3cc61
commit 86490e884c
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -24,5 +24,5 @@ func (this NoOpAuthenticatorFactory) Create(config internet.AuthenticatorConfig)
type NoOpAuthenticatorConfig struct{} type NoOpAuthenticatorConfig struct{}
func init() { func init() {
internet.RegisterAuthenticator("none", NoOpAuthenticatorFactory{}, func() interface{} { return NoOpAuthenticatorConfig{} }) internet.RegisterAuthenticator("none", NoOpAuthenticatorFactory{}, func() interface{} { return &NoOpAuthenticatorConfig{} })
} }

Loading…
Cancel
Save