From 2a62baa1bcde076873981cdafc54550e56b82af0 Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Mon, 7 May 2001 20:02:39 +0000 Subject: [PATCH] Shut the compiler up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89052 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/proxy_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index f6d3213a28..41ad0b3d26 100644 --- a/modules/proxy/proxy_http.c +++ b/modules/proxy/proxy_http.c @@ -204,7 +204,7 @@ PROXY_DECLARE (int) ap_proxy_http_handler(request_rec *r, proxy_server_conf *con apr_table_entry_t *headers_in; char buffer[HUGE_STRING_LEN]; char *buf; - conn_rec *origin; + conn_rec *origin = NULL; uri_components uri; proxy_conn_rec *backend; -- 2.40.0