From: William A. Rowe Jr Date: Fri, 15 Dec 2000 00:10:34 +0000 (+0000) Subject: Overly protective with a code block, let that return run free again... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f0d0f975c245ac2ffa713a9d9ee4e2c07a8f4b9;p=apache 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 --- 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; }