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()
|
g.Lock()
|
||||||
defer g.Unlock()
|
defer g.Unlock()
|
||||||
|
|
||||||
g.active = true
|
g.active = false
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in New Issue