mirror of
https://github.com/containers/podman.git
synced 2025-10-20 20:54:45 +08:00

The same channel is written to by two different goroutines. Use a different channel for each of them so to avoid writing to a closed channel. Closes: https://github.com/containers/libpod/issues/6018 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> (cherry picked from commit 6d545bb2f773ff996ce28e0b6608380206835004)