Fix check for signal in set (#5416)
authorstuart-mclaren <stuart.mclaren@hp.com>
Tue, 21 Feb 2017 20:39:52 +0000 (20:39 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 Feb 2017 20:39:52 +0000 (15:39 -0500)
commita3d8d68cc1698d014575f0f66c58e253bd46c240
tree68eec3aeea119165f2d2e815681be8c5157bbddb
parent85266f9bbac7987352b0992313d143162bcd3181
Fix check for signal in set (#5416)

IN_SET(SIGCONT, SIGKILL) will always evaluate to false.
The signal needs to be included as the first argument.

Fixup for 26f417d3e8dd2522adfdc4c8fed4c36fa40f48fc.
src/basic/process-util.c