mirror of
https://github.com/containers/podman.git
synced 2026-02-24 02:27:05 -05:00
Added additional check for event type to be remove and set the correct exitcode. While it was getting difficult to maintain the omitempty notation for Event->ContainerExitCode, changing the type from int to int ptr gives us the ability to check for ContainerExitCode to be not nil and continue operations from there. closes #19124 Signed-off-by: Chetan Giradkar <cgiradka@redhat.com>