Skip to content

Commit

Permalink
Fix panic on visor exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Nov 28, 2019
1 parent 064c9a0 commit 6a78de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func New(n *snet.Network, config *Config) (Router, error) {
rgs: make(map[routing.RouteDescriptor]*RouteGroup),
rpcSrv: rpc.NewServer(),
accept: make(chan routing.EdgeRules, acceptSize),
done: make(chan struct{}),
trustedNodes: trustedNodes,
}

Expand Down

0 comments on commit 6a78de7

Please sign in to comment.