mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-28 23:48:46 +00:00
return pointer of config
This commit is contained in:
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…
x
Reference in New Issue
Block a user