Commit a20681ad authored by Victor J. Orlikowski's avatar Victor J. Orlikowski
Browse files

Shut the compiler up.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89052 13f79535-47bb-0310-9956-ffa450edef68
parent f0b829fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;