Loading server/mpm/prefork/prefork.c +8 −6 Original line number Diff line number Diff line Loading @@ -663,6 +663,7 @@ static void child_main(int child_num_arg) } first_lr=lr; do { if (lr->active) { apr_os_sock_get(&sockdes, lr->sd); if (FD_ISSET(sockdes, &main_fds)) goto got_listener; Loading @@ -670,6 +671,7 @@ static void child_main(int child_num_arg) if (!lr) lr = ap_listeners; } } while (lr != first_lr); /* FIXME: if we get here, something bad has happened, and we're probably gonna spin forever. Loading Loading
server/mpm/prefork/prefork.c +8 −6 Original line number Diff line number Diff line Loading @@ -663,6 +663,7 @@ static void child_main(int child_num_arg) } first_lr=lr; do { if (lr->active) { apr_os_sock_get(&sockdes, lr->sd); if (FD_ISSET(sockdes, &main_fds)) goto got_listener; Loading @@ -670,6 +671,7 @@ static void child_main(int child_num_arg) if (!lr) lr = ap_listeners; } } while (lr != first_lr); /* FIXME: if we get here, something bad has happened, and we're probably gonna spin forever. Loading