mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #20426 from calavera/remove_channel_close
Remove channel close.
This commit is contained in:
commit
038c3b8287
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ func matchEventLine(id, eventType string, actions map[string]chan bool) eventMat
|
|||
func processEventMatch(actions map[string]chan bool) eventMatchProcessor {
|
||||
return func(matches map[string]string) {
|
||||
if ch, ok := actions[matches["action"]]; ok {
|
||||
close(ch)
|
||||
ch <- true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue