X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/d613fd78298a9911b7917c06f3ea11de45462e76..32fc582f43a9a3841d2782674e055113729c2814:/process.c diff --git a/process.c b/process.c index 78d6536..0a718e2 100644 --- a/process.c +++ b/process.c @@ -313,7 +313,7 @@ void start_signal_handling(void) fatal_perror("start_signal_handling: fcntl(O_NONBLOCK)"); } - register_for_poll(NULL,signal_beforepoll,signal_afterpoll,1,"signal"); + register_for_poll(NULL,signal_beforepoll,signal_afterpoll,"signal"); signal_handling=True; /* Register signal handlers for all the signals we're interested in */