From: Niels Provos Date: Mon, 20 May 2002 21:51:53 +0000 (+0000) Subject: signal fix from dugsong@monkey.org X-Git-Tag: release-1.1b~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3107493c971bc11e09649a448282331f697dfb78;p=libevent signal fix from dugsong@monkey.org svn:r25 --- diff --git a/select.c b/select.c index e89f807f..4cd77c63 100644 --- a/select.c +++ b/select.c @@ -175,7 +175,8 @@ select_dispatch(void *arg, struct timeval *tv) log_error("select"); return (-1); } - + + signal_process(); return (0); } @@ -203,8 +204,6 @@ select_dispatch(void *arg, struct timeval *tv) sop->event_fds = maxfd; - signal_process(); - return (0); }