From: William A. Rowe Jr Date: Thu, 4 Apr 2002 23:36:45 +0000 (+0000) Subject: Uhmmm... notices only when we are running as a service [I hate strcmp.] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f743b41d8b7401e02372171699681be22fe0e2d;p=apache Uhmmm... notices only when we are running as a service [I hate strcmp.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94440 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 9782950870..56a6eb9bef 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -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 */