]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mpm_winnt: Follow up to r1902636: another compilation error.
authorYann Ylavic <ylavic@apache.org>
Mon, 11 Jul 2022 00:26:12 +0000 (00:26 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 11 Jul 2022 00:26:12 +0000 (00:26 +0000)
Same error, elsewhere.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902641 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index 56b0f4d3d530f804fe5f5a1e8442237941184da4..1ad8df0374b2cf0e45067b2aee85cb41b2a345e6 100644 (file)
@@ -1242,7 +1242,7 @@ void child_main(apr_pool_t *pconf, DWORD parent_pid)
                      "Child: Waiting for %d threads timed out, terminating process.",
                      threads_created);
         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);
         }
         /* We can't wait for any longer, but still have some threads remaining.