From 56f0f6872c277e55009c44803bea6b5d87804d0f Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 15 Dec 2000 00:10:34 +0000 Subject: [PATCH] Overly protective with a code block, let that return run free again... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87350 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/Win9xConHook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/winnt/Win9xConHook.c b/server/mpm/winnt/Win9xConHook.c index ea6c35e695..93d5fcee42 100644 --- a/server/mpm/winnt/Win9xConHook.c +++ b/server/mpm/winnt/Win9xConHook.c @@ -535,8 +535,8 @@ static LRESULT WINAPI RegisterWindows9xService(BOOL set_service) /* Unload the kernel library */ FreeLibrary(hkernel); register_service_process = NULL; - return rv; } + return rv; } -- 2.50.1