Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Dec 12, 2019
1 parent f6b4a9d commit caa74d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tunnel/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
Expand Down

0 comments on commit caa74d1

Please sign in to comment.