From: Ryan Bloom Date: Wed, 1 Nov 2000 06:05:00 +0000 (+0000) Subject: Forgot one variable when I re-created the patch. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ad5f8c53b0478113aa9305dc3b15283da07db82;p=apache Forgot one variable when I re-created the patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86783 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 34c834ab3f..43d4154675 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -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,