Skip to content

Commit

Permalink
domain: call the cancel function of bind owner only once (#27109)
Browse files Browse the repository at this point in the history
  • Loading branch information
eurekaka authored Aug 16, 2021
1 parent 940ea44 commit 6b9e25b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion domain/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,6 @@ func (do *Domain) globalBindHandleWorkerLoop(owner owner.Manager) {
for {
select {
case <-do.exit:
owner.Cancel()
return
case <-bindWorkerTicker.C:
err := do.bindHandle.Update(false)
Expand Down

0 comments on commit 6b9e25b

Please sign in to comment.