]> granicus.if.org Git - apache/commitdiff
* modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning.
authorJoe Orton <jorton@apache.org>
Tue, 9 Aug 2005 21:15:40 +0000 (21:15 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 9 Aug 2005 21:15:40 +0000 (21:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@231114 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index 2e4b8149021136287a2c9f6cc80578fee646693e..abd11f0ea0a1ad49a780b7c7ba7c09661150f677 100644 (file)
@@ -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;