From 4f743b41d8b7401e02372171699681be22fe0e2d Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 4 Apr 2002 23:36:45 +0000 Subject: [PATCH] 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 --- server/mpm/winnt/mpm_winnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0