From: William A. Rowe Jr Date: Wed, 6 Feb 2002 07:31:31 +0000 (+0000) Subject: Didn't mean to leave that in there. MPM works, how well I haven't yet X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58e03c6f34d613d8c9886eb4c1aec44e59c70fa;p=thirdparty%2Fapache%2Fhttpd.git Didn't mean to leave that in there. MPM works, how well I haven't yet determined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93279 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index ecb1efc4256..17e539a2c08 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -2231,7 +2231,6 @@ static void winnt_child_init(apr_pool_t *pchild, struct server_rec *ap_server_co ap_my_generation = atoi(getenv("AP_MY_GENERATION")); apr_lock_child_init(&start_mutex, signal_name_prefix, pconf); - DebugBreak(); } else { /* Single process mode - this lock doesn't even need to exist */