From 474d340e21565ba08ab51a2a72358feafca73c38 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Thu, 2 May 2002 20:00:17 +0000 Subject: [PATCH] Done git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94911 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/mpm_winnt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 29037ea2f4..d7b99ff669 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1265,7 +1265,6 @@ static void child_main() ap_update_child_status_from_indexes(0, i, SERVER_STARTING, NULL); child_handles[i] = (thread) _beginthreadex(NULL, 0, (LPTHREAD_START_ROUTINE) worker_main, (void *) i, 0, &tid); - /* ToDo: Check for error */ if (child_handles[i] == 0) { ap_log_error(APLOG_MARK, APLOG_CRIT, apr_get_os_error(), ap_server_conf, "Child %d: _beginthreadex failed. Unable to create all worker threads. " -- 2.50.1