]> granicus.if.org Git - apache/commitdiff
Silence a compiler warning.
authorVictor J. Orlikowski <orlikowski@apache.org>
Wed, 16 Apr 2003 06:30:15 +0000 (06:30 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Wed, 16 Apr 2003 06:30:15 +0000 (06:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99385 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_http.c

index 81cc6e852373f73197e08eff3802e21dd04d8992..e71d54b707c62d1ddfd23a5b740815dbde941561 100644 (file)
@@ -420,7 +420,7 @@ apr_status_t ap_proxy_http_request(apr_pool_t *p, request_rec *r,
 {
     conn_rec *c = r->connection;
     char *buf;
-    apr_bucket *e, *last_header_bucket;
+    apr_bucket *e, *last_header_bucket = NULL;
     const apr_array_header_t *headers_in_array;
     const apr_table_entry_t *headers_in;
     int counter, seen_eos, send_chunks;