From: Joe Orton Date: Tue, 9 Aug 2005 21:15:40 +0000 (+0000) Subject: * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning. X-Git-Tag: 2.1.7~5^2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a4869adca2927eb4542b78680467c7629d4fd99;p=apache * 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 --- diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index 2e4b814902..abd11f0ea0 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -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;