From: Jeff Trawick Date: Wed, 5 May 2010 20:01:22 +0000 (+0000) Subject: fix compile failure in r940981 X-Git-Tag: 2.3.6~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=007951df355c4c666f26b14e5ef6370fb781d795;p=apache fix compile failure in r940981 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941454 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index c769ec06e7..e230ed7036 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -1707,7 +1707,7 @@ static int worker_run(apr_pool_t *_pconf, apr_pool_t *plog, server_rec *s) ap_log_pid(pconf, ap_pid_fname); /* Initialize cross-process accept lock */ - rv = ap_proc_mutex_create(&accept_mutex, NAME, AP_ACCEPT_MUTEX_TYPE, NULL, + rv = ap_proc_mutex_create(&accept_mutex, NULL, AP_ACCEPT_MUTEX_TYPE, NULL, s, _pconf, 0); if (rv != APR_SUCCESS) { mpm_state = AP_MPMQ_STOPPING;