summaryrefslogtreecommitdiffstats
path: root/server/mpm/experimental/perchild/perchild.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2002-06-13 18:36:19 +0200
committerRyan Bloom <rbb@apache.org>2002-06-13 18:36:19 +0200
commitaf3b46df7449f3d2eb9b76349034137f536b9996 (patch)
tree49c6b121b868d5bf5c56af9a33a17125491f7c8d /server/mpm/experimental/perchild/perchild.c
parentfix the type of cache_pq_set_null so that it compiles with non-gcc/non-MSC (diff)
downloadapache2-af3b46df7449f3d2eb9b76349034137f536b9996.tar.xz
apache2-af3b46df7449f3d2eb9b76349034137f536b9996.zip
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
Diffstat (limited to 'server/mpm/experimental/perchild/perchild.c')
-rw-r--r--server/mpm/experimental/perchild/perchild.c2
1 files changed, 1 insertions, 1 deletions
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;