]> granicus.if.org Git - apache/commitdiff
Fixed the creation of the worker threads' data structures
authorBrian Pane <brianp@apache.org>
Sun, 28 Apr 2002 00:34:49 +0000 (00:34 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 28 Apr 2002 00:34:49 +0000 (00:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94823 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/leader/leader.c

index e64a1f311cd4ff34eb20b785f9be50afd4bdf555..16b3df246f8a0eee5ecd3afeba98709b178a167c 100644 (file)
@@ -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");