fix build

This commit is contained in:
Asim Aslam 2019-12-12 23:29:44 +00:00
parent f6b4a9da1c
commit caa74d1b5f

View File

@ -66,7 +66,6 @@ func newTunnel(opts ...Option) *tun {
token: options.Token,
send: make(chan *message, 128),
closed: make(chan bool),
updated: make(chan bool, 3),
sessions: make(map[string]*session),
links: make(map[string]*link),
}