]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Initialize zRC to avoid a compiler warning.
authorRuediger Pluem <rpluem@apache.org>
Mon, 24 Jul 2006 07:43:40 +0000 (07:43 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 24 Jul 2006 07:43:40 +0000 (07:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424950 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_deflate.c

index 037eae55de57fa74643078cf870c63b629384922..0d769d24752e95c051dc8c75e6f8df13e14c3760 100644 (file)
@@ -218,7 +218,7 @@ static int flush_libz_buffer(deflate_ctx *ctx, deflate_filter_config *c,
                              struct apr_bucket_alloc_t *bucket_alloc,
                              int (*libz_func)(z_streamp, int), int flush)
 {
-    int zRC;
+    int zRC = Z_OK;
     int done = 0;
     unsigned int deflate_len;
     apr_bucket *b;