]> granicus.if.org Git - apache/commitdiff
At least get perchild to compile, getting it working is next.
authorRyan Bloom <rbb@apache.org>
Thu, 13 Jun 2002 16:36:19 +0000 (16:36 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 13 Jun 2002 16:36:19 +0000 (16:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95644 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/perchild/perchild.c

index 53261026cc57124d677837aa16552517953b5227..97c3400b419033f632ab5a98c76561fb4488204b 100644 (file)
@@ -1327,7 +1327,7 @@ int ap_mpm_run(apr_pool_t *_pconf, apr_pool_t *plog, server_rec *s)
 #ifdef AP_MPM_WANT_SET_ACCEPT_LOCK_MECH
     ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf,
                "AcceptMutex: %s (default: %s)",
-               apr_proc_mutex_name(accept_mutex),
+               apr_proc_mutex_name(process_accept_mutex),
                apr_proc_mutex_defname());
 #endif
     restart_pending = shutdown_pending = 0;