mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-21 14:39:36 +08:00

Fix a merge issue between0aa0fae393
("Kill all processes in cgroup even if init process Wait fails") &73d93eeb01
("libct/int: make newTemplateConfig argument a struct") that resulted in passing the wrong datatype to newTemplateConfig in TestPIDHostInitProcessWait. Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>