mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
As Aaron Lehmann just pointed out, I forgot a line...
This commit is contained in:
parent
4acf8f8481
commit
813d88cf78
@ -635,6 +635,7 @@ static void run_actions(initActionEnum action)
|
|||||||
#ifndef DEBUG_INIT
|
#ifndef DEBUG_INIT
|
||||||
static void shutdown_system(void)
|
static void shutdown_system(void)
|
||||||
{
|
{
|
||||||
|
sigset_t block_signals;
|
||||||
|
|
||||||
/* first disable all our signals */
|
/* first disable all our signals */
|
||||||
sigemptyset(&block_signals);
|
sigemptyset(&block_signals);
|
||||||
|
Loading…
Reference in New Issue
Block a user