Commit 2f0d0f97 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 5dcfd1d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}