Commit 84251218 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent 9d44f9d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;