From: Ryan Bloom Date: Thu, 13 Jun 2002 16:36:19 +0000 (+0000) Subject: At least get perchild to compile, getting it working is next. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8425121861cfb716ae70fa732e8621099c7a80f6;p=apache At least get perchild to compile, getting it working is next. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95644 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c index 53261026cc..97c3400b41 100644 --- a/server/mpm/experimental/perchild/perchild.c +++ b/server/mpm/experimental/perchild/perchild.c @@ -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;