Skip to content

Commit

Permalink
Fix node agent to work with improved binder
Browse files Browse the repository at this point in the history
Signed-off-by: Spike Curtis <spike@tigera.io>
  • Loading branch information
Spike Curtis committed Aug 8, 2018
1 parent 83c3d0a commit dcab979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeagent/nodeagent.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func Run() {
signal.Notify(sigc, os.Interrupt, syscall.SIGTERM)

// Start the binder creating sockets
bstop := make(chan interface{})
bstop := make(chan bool)
go b.SearchAndBind(bstop)

// Wait for term signal.
Expand Down

0 comments on commit dcab979

Please sign in to comment.