mpm_winnt: Follow up to r1902636: another compilation error.

Same error, elsewhere.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902641 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2022-07-11 00:26:12 +00:00
parent 0f36af9db9
commit 5ecd716833

View File

@ -1242,7 +1242,7 @@ void child_main(apr_pool_t *pconf, DWORD parent_pid)
"Child: Waiting for %d threads timed out, terminating process.", "Child: Waiting for %d threads timed out, terminating process.",
threads_created); threads_created);
for (i = 0; i < threads_created; i++) { for (i = 0; i < threads_created; i++) {
struct worker_info *info = workers[i]; struct worker_info *info = &workers[i];
ap_update_child_status_from_indexes(0, info->num, SERVER_DEAD, NULL); ap_update_child_status_from_indexes(0, info->num, SERVER_DEAD, NULL);
} }
/* We can't wait for any longer, but still have some threads remaining. /* We can't wait for any longer, but still have some threads remaining.