chiark / gitweb /
Fix check for signal in set (#5416)
authorstuart-mclaren <stuart.mclaren@hp.com>
Tue, 21 Feb 2017 20:39:52 +0000 (20:39 +0000)
committerSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 15:58:36 +0000 (17:58 +0200)
commit2dcd4294c12c20431474542b455584e83b3f7af9
treeb01189612c928ee00d3629f39c44fc630634e8bd
parent60b25855d3d4720d02e10031d5bbaf17d97524d2
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