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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d2582c45f82d80e29c4fc32500884ae66cbff64;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; } } }