Skip to content

Commit

Permalink
Dont close
Browse files Browse the repository at this point in the history
  • Loading branch information
meson10 committed Jun 18, 2018
1 parent 5e72218 commit 48a6221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consul/consul.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func (r *Resolver) updater(instances []string, lastIndex uint64) {
for {
select {
case <-r.quitc:
close(r.updatesc)
break
default:
newInstances, lastIndex, err = r.getInstances(lastIndex)
Expand Down

0 comments on commit 48a6221

Please sign in to comment.