From 44726ca09432f699c942b609d4db9aa32b7a5678 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Sat, 8 Jul 2000 17:03:29 +0000 Subject: [PATCH] Can you believe VC++ 6.0 was not catching this! Not even a warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85794 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 5b1e3f17d0..4567072d96 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1296,7 +1296,7 @@ static void child_main() } } - /* Setting is_graceful will close keep-alive connections + /* Setting is_graceful will close keep-alive connections */ is_graceful = 1; /* Shutdown the worker threads */ -- 2.40.0