mirror of https://github.com/v2ray/v2ray-core
fix noop connection header
parent
45591fdde0
commit
9a0ddb78ff
|
@ -19,7 +19,7 @@ func (NoOpAuthenticator) Build() (*serial.TypedMessage, error) {
|
|||
type NoOpConnectionAuthenticator struct{}
|
||||
|
||||
func (NoOpConnectionAuthenticator) Build() (*serial.TypedMessage, error) {
|
||||
return serial.ToTypedMessage(new(noop.Config)), nil
|
||||
return serial.ToTypedMessage(new(noop.ConnectionConfig)), nil
|
||||
}
|
||||
|
||||
type SRTPAuthenticator struct{}
|
||||
|
|
Loading…
Reference in New Issue