mirror of https://github.com/v2ray/v2ray-core
fix a typo
parent
11d726f9bf
commit
2b8cc43cb4
|
@ -112,7 +112,7 @@ func (g *Instance) Close() {
|
|||
g.Lock()
|
||||
defer g.Unlock()
|
||||
|
||||
g.active = true
|
||||
g.active = false
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in New Issue