]> granicus.if.org Git - apache/commitdiff
Forgot one variable when I re-created the patch.
authorRyan Bloom <rbb@apache.org>
Wed, 1 Nov 2000 06:05:00 +0000 (06:05 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 1 Nov 2000 06:05:00 +0000 (06:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86783 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 34c834ab3fa4ad7c0cf4c7aac2d59ec0789ea889..43d4154675b97154a36f94cfa67392cb7d710841 100644 (file)
@@ -3253,6 +3253,7 @@ AP_DECLARE(void) ap_send_error_response(request_rec *r, int recursive_error)
         header_struct h;
         ap_bucket *e;
         ap_bucket_brigade *bb;
+        apr_size_t len = 0;
 
         if (!apr_is_empty_table(r->err_headers_out))
             r->headers_out = apr_overlay_tables(r->pool, r->err_headers_out,