mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +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
|
||||
static void shutdown_system(void)
|
||||
{
|
||||
sigset_t block_signals;
|
||||
|
||||
/* first disable all our signals */
|
||||
sigemptyset(&block_signals);
|
||||
|
Loading…
Reference in New Issue
Block a user