fix build
This commit is contained in:
parent
f6b4a9da1c
commit
caa74d1b5f
@ -66,7 +66,6 @@ func newTunnel(opts ...Option) *tun {
|
|||||||
token: options.Token,
|
token: options.Token,
|
||||||
send: make(chan *message, 128),
|
send: make(chan *message, 128),
|
||||||
closed: make(chan bool),
|
closed: make(chan bool),
|
||||||
updated: make(chan bool, 3),
|
|
||||||
sessions: make(map[string]*session),
|
sessions: make(map[string]*session),
|
||||||
links: make(map[string]*link),
|
links: make(map[string]*link),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user