From: Allan K. Edwards Date: Mon, 1 Mar 2004 19:50:20 +0000 (+0000) Subject: add line missed in 1.9.2.7 backport X-Git-Tag: 2.0.49~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d5387bc731591784bf5d4c38e3a22e6e3619c92;p=thirdparty%2Fapache%2Fhttpd.git add line missed in 1.9.2.7 backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102839 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index c7b11f7579f..67b9e67d27f 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -829,7 +829,7 @@ void child_main(apr_pool_t *pconf) * Create the worker thread dispatch IOCompletionPort * on Windows NT/2000 */ - if (osver.dwPlatformId != VER_PLATFORM_WIN32_WINDOWS) { + if (use_acceptex) { /* Create the worker thread dispatch IOCP */ ThreadDispatchIOCP = CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL,