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-Tag: 2.0.32~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1cc4eb61149d21ce22bc98e58d587343fe872a1;p=apache 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 ecb1efc425..17e539a2c0 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 */