mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-04 16:25:21 -05:00
rename 'this'
This commit is contained in:
@@ -31,6 +31,6 @@ func (server *Server) Start() (v2net.Destination, error) {
|
||||
return v2net.TCPDestination(v2net.LocalHostIP, v2net.Port(server.Port)), nil
|
||||
}
|
||||
|
||||
func (this *Server) Close() {
|
||||
this.accepting = false
|
||||
func (v *Server) Close() {
|
||||
v.accepting = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user