You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2005/09/19 14:36:29 UTC

svn commit: r290138 - /httpd/httpd/branches/2.2.x/modules/filters/mod_include.c

Author: jim
Date: Mon Sep 19 05:36:27 2005
New Revision: 290138

URL: http://svn.apache.org/viewcvs?rev=290138&view=rev
Log:
Backport 280010 from trunk:

gcc -Wall cleanup

Modified:
    httpd/httpd/branches/2.2.x/modules/filters/mod_include.c

Modified: httpd/httpd/branches/2.2.x/modules/filters/mod_include.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/modules/filters/mod_include.c?rev=290138&r1=290137&r2=290138&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/filters/mod_include.c (original)
+++ httpd/httpd/branches/2.2.x/modules/filters/mod_include.c Mon Sep 19 05:36:27 2005
@@ -3091,7 +3091,7 @@
         apr_size_t len, index, release;
         apr_bucket *newb = NULL;
         char **store = &magic;
-        apr_size_t *store_len;
+        apr_size_t *store_len = NULL;
 
         /* handle meta buckets before reading any data */
         if (APR_BUCKET_IS_METADATA(b)) {