Commit 88640aa1ca1d974dd4b301f9c496f417921af69b

Nicholas Marriott 2015-12-27T02:15:03

event_reinit: make signals works after fork() without evsig_add() event_reinit() removes the event, but only evsig_add puts it back. So any signals set up before event_reinit will be ignored until another signal is added. Fixes: #307