]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
For historical clarity, this is 'the' noop. The next patch will
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 26 Mar 2001 18:10:34 +0000 (18:10 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 26 Mar 2001 18:10:34 +0000 (18:10 +0000)
  introduce the new behavior with the appropriate waits.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88588 13f79535-47bb-0310-9956-ffa450edef68

src/os/win32/service.c

index 99317839954a10638c0809c4d6e9c638014bfb5d..65df60d3d683a27da08689e0871f0d478484ae70 100644 (file)
@@ -781,7 +781,7 @@ VOID WINAPI service_ctrl(DWORD dwCtrlCode)
                          "Service Stop/Shutdown signaled, shutting down server.");
             ReportStatusToSCMgr(SERVICE_STOP_PENDING, NO_ERROR, 15000);
             ap_start_shutdown();
-            ReportStatusToSCMgr(SERVICE_STOPPED, NO_ERROR, 0);
+            // ReportStatusToSCMgr(SERVICE_STOPPED, NO_ERROR, 0);
             break;
 
         case SERVICE_APACHE_RESTART: