]> granicus.if.org Git - apache/commitdiff
fix compile failure in r940981
authorJeff Trawick <trawick@apache.org>
Wed, 5 May 2010 20:01:22 +0000 (20:01 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 5 May 2010 20:01:22 +0000 (20:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941454 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index c769ec06e70036ffc57229666ffd2398639752fe..e230ed70362624f1c64ee22a2a8bf8f399d9a120 100644 (file)
@@ -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;