From 8eec97be87c48ca9247f2e4db843bc4416344eb4 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Fri, 5 Jul 2002 17:24:16 +0000 Subject: [PATCH] This just bugs me today... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95963 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 11a48f4eb5..ee06c73d42 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -2386,7 +2386,7 @@ static int winnt_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pt "%s: Unable to start the service manager.", service_name); return HTTP_INTERNAL_SERVER_ERROR; - } + } } } else /* ! -k runservice */ -- 2.50.1