mirror of
https://github.com/containers/podman.git
synced 2025-06-17 15:08:08 +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>