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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f793712889010799ec4b34aa63d1559e6acc56f5;p=thirdparty%2Fapache%2Fhttpd.git 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 4a46395d2bc..301e41e9007 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; } } }