Ignore SIGALRM before restart
If new wmfs process receive SIGALRM before set the handler, wmfs quits Bug found by Erus
This commit is contained in:
parent
dae3019185
commit
dbe7588c0a
@ -253,6 +253,7 @@ void
|
||||
uicb_reload(uicb_t cmd)
|
||||
{
|
||||
(void)cmd;
|
||||
signal(SIGALRM, SIG_IGN);
|
||||
quit();
|
||||
|
||||
for(; argv_global[0] && argv_global[0] == ' '; ++argv_global);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user