From: Ryan Bloom Date: Fri, 26 Jan 2001 17:57:55 +0000 (+0000) Subject: Teach me to change just one more thing before committing. This fixes my X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f793712889010799ec4b34aa63d1559e6acc56f5;p=apache Teach me to change just one more thing before committing. This fixes my last commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87855 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 4a46395d2b..301e41e900 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -3432,8 +3432,8 @@ static void reset_filters(request_rec *r) continue; } else { - f = f->next; ap_remove_output_filter(f); + f = f->next; } } }