From: Brian Pane Date: Sun, 28 Apr 2002 00:34:49 +0000 (+0000) Subject: Fixed the creation of the worker threads' data structures X-Git-Tag: 2.0.36~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69c2dba0b42bfc2dea9bdc8319d737d0b022c5d4;p=apache Fixed the creation of the worker threads' data structures git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94823 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/experimental/leader/leader.c b/server/mpm/experimental/leader/leader.c index e64a1f311c..16b3df246f 100644 --- a/server/mpm/experimental/leader/leader.c +++ b/server/mpm/experimental/leader/leader.c @@ -1012,6 +1012,7 @@ static void * APR_THREAD_FUNC start_threads(apr_thread_t *thd, void *dummy) continue; } + wakeup = worker_wakeup_create(pchild); if (wakeup == NULL) { ap_log_error(APLOG_MARK, APLOG_ALERT|APLOG_NOERRNO, 0, ap_server_conf, "worker_wakeup_create failed");