Commit b4877b97 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

initialize some values on variable creation

Submitted by:	John Barbee <barbee@veribox.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90290 13f79535-47bb-0310-9956-ffa450edef68
parent 9cdef1e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -905,7 +905,7 @@ int ap_proxy_http_handler(request_rec *r, proxy_server_conf *conf,
    conn_rec *c = r->connection;
    apr_bucket_brigade *bb = apr_brigade_create(p);
    apr_uri_components *uri = apr_palloc(r->connection->pool, sizeof(*uri));
    proxy_http_conn_t *p_conn = apr_palloc(r->connection->pool,
    proxy_http_conn_t *p_conn = apr_pcalloc(r->connection->pool,
                                           sizeof(*p_conn));

    /* is it for us? */