From 5e891204a4fe02185a525b7ecbcf580b48e0bc7f Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 9 Oct 2000 23:11:21 +0000 Subject: [PATCH] Remove an annoying warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86487 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_core.c b/modules/http/http_core.c index 793b036867..56c084471e 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -3310,7 +3310,7 @@ static int core_input_filter(ap_filter_t *f, ap_bucket_brigade *b) */ #define ASCII_LF '\012' char *buff; - apr_ssize_t length = HUGE_STRING_LEN, templen; + apr_ssize_t length = HUGE_STRING_LEN, templen = 0; apr_socket_t *csock = NULL; apr_status_t rv; ap_bucket *e; -- 2.50.1