1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00

fix typo in utp def

This commit is contained in:
Darien Raymond 2016-09-19 14:41:54 +02:00
parent 28432cfd4c
commit 5f5d28009f
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -7,5 +7,5 @@ import (
)
func init() {
internet.RegisterAuthenticatorConfig("srtp", func() interface{} { return &Config{} })
internet.RegisterAuthenticatorConfig("utp", func() interface{} { return &Config{} })
}