mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00

The second argument of `execlp` should be of type `char *`, so we need to add an additional argument there. Signed-off-by: Sascha Grunert <sgrunert@suse.com>