]> granicus.if.org Git - apache/commitdiff
Remove an annoying warning.
authorRyan Bloom <rbb@apache.org>
Mon, 9 Oct 2000 23:11:21 +0000 (23:11 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 9 Oct 2000 23:11:21 +0000 (23:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86487 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index 793b036867cbf9b319672085aee40c4d5da0052e..56c084471e6f2904875ba7bbca80bdb6c6011ace 100644 (file)
@@ -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;