Commit f947cd7a authored by Joe Orton's avatar Joe Orton
Browse files

* modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@231114 13f79535-47bb-0310-9956-ffa450edef68
parent c44e0e0f
Loading
Loading
Loading
Loading
+1 −1
Changes for modules/proxy/mod_proxy_http.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ static apr_status_t stream_reqbody_cl(apr_pool_t *p,
                                      const char *old_cl_val)
{
    int seen_eos = 0;
    apr_status_t status;
    apr_status_t status = APR_SUCCESS;
    apr_bucket_alloc_t *bucket_alloc = r->connection->bucket_alloc;
    apr_bucket_brigade *bb;
    apr_bucket *e;