summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/mpm/winnt/child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c
index 9b70d721b1..56b0f4d3d5 100644
--- a/server/mpm/winnt/child.c
+++ b/server/mpm/winnt/child.c
@@ -1207,7 +1207,7 @@ void child_main(apr_pool_t *pconf, DWORD parent_pid)
while (threads_created)
{
- struct worker_info *info = workers[threads_created - 1];
+ struct worker_info *info = &workers[threads_created - 1];
DWORD dwRet;
if (time_remains < 0)