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-Tag: APACHE_2_0_BETA_CANDIDATE_1~439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f0f6872c277e55009c44803bea6b5d87804d0f;p=thirdparty%2Fapache%2Fhttpd.git 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 ea6c35e695c..93d5fcee428 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; }