]> granicus.if.org Git - apache/commitdiff
Uhmmm... notices only when we are running as a service [I hate strcmp.]
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Apr 2002 23:36:45 +0000 (23:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Apr 2002 23:36:45 +0000 (23:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94440 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 9782950870a4735825477876b00e0e8b35822571..56a6eb9bef5fb39ef51d1214c90d8c348e5e1843 100644 (file)
@@ -1850,7 +1850,7 @@ die_now:
          * child a bit of time to exit gracefully. If the time expires,
          * the child will be wacked.
          */
-        if (strcasecmp(signal_arg, "runservice")) {
+        if (!strcasecmp(signal_arg, "runservice")) {
             mpm_service_stopping();
         }
         /* Signal the child processes to exit */