*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2015-10-12 17:53:17 +00:00
parent d3ab58e083
commit 0eff586c12
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ epoll_poll (EV_P_ ev_tstamp timeout)
/* which is fortunately easy to do for us. */
if (epoll_ctl (backend_fd, want ? EPOLL_CTL_MOD : EPOLL_CTL_DEL, fd, ev))
{
postfork = 1; /* an error occurred, recreate kernel state */
postfork |= 2; /* an error occurred, recreate kernel state */
continue;
}
}