From: Victor J. Orlikowski Date: Mon, 7 May 2001 20:02:39 +0000 (+0000) Subject: Shut the compiler up. X-Git-Tag: 2.0.18~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a62baa1bcde076873981cdafc54550e56b82af0;p=thirdparty%2Fapache%2Fhttpd.git Shut the compiler up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89052 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index f6d3213a288..41ad0b3d269 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;