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-Tag: 2.0.35~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac512bbbd4f2a6d69bf22a6d0c94affb02a90f7e;p=thirdparty%2Fapache%2Fhttpd.git 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 9782950870a..56a6eb9bef5 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 */