From: Stefan Fritsch Date: Sun, 4 Oct 2009 09:29:38 +0000 (+0000) Subject: merge if blocks X-Git-Tag: 2.3.3~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc56f8d0006d6fded814d20e6a85db93dc747d1a;p=apache merge if blocks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821486 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core_filters.c b/server/core_filters.c index 4ff96d9811..53a02698a6 100644 --- a/server/core_filters.c +++ b/server/core_filters.c @@ -390,9 +390,6 @@ apr_status_t ap_core_output_filter(ap_filter_t *f, apr_bucket_brigade *new_bb) ctx->bytes_in += bucket->length; } } - } - - if (new_bb != NULL) { bb = new_bb; }