]> granicus.if.org Git - apache/commitdiff
Done
authorBill Stoddard <stoddard@apache.org>
Thu, 2 May 2002 20:00:17 +0000 (20:00 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 2 May 2002 20:00:17 +0000 (20:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94911 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 29037ea2f45877a0d71a9463f0f3cf8999b38560..d7b99ff6697eebdec36f62060b9fffe2c2139e97 100644 (file)
@@ -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. "