1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 18:00:43 +00:00

fix a typo

This commit is contained in:
Darien Raymond 2017-12-22 00:42:27 +01:00
parent 11d726f9bf
commit 2b8cc43cb4
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -112,7 +112,7 @@ func (g *Instance) Close() {
g.Lock()
defer g.Unlock()
g.active = true
g.active = false
}
func init() {