svn:r25
This commit is contained in:
Niels Provos 2002-05-20 21:51:53 +00:00
parent cc32570a08
commit 3107493c97

View File

@ -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);
}