mirror of
https://github.com/containers/podman.git
synced 2026-06-23 06:59:25 -04:00
GetKeepIDMapping never read the gid (as it intended) but reused the uid. Most likely a typo that never bothered anybody as uid and gid usually match. Signed-off-by: Simon Brakhane <simon@brakhane.net>