1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-26 03:55:26 -05:00

fix a typo

This commit is contained in:
Darien Raymond
2017-12-22 00:42:27 +01:00
parent 11d726f9bf
commit 2b8cc43cb4

View File

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