From 6f896b6d551e6bebeaf95bdd2b3939b5c7f5ca30 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 1 Nov 2000 06:05:00 +0000 Subject: [PATCH] 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 --- modules/http/http_protocol.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.50.1