From f793712889010799ec4b34aa63d1559e6acc56f5 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Fri, 26 Jan 2001 17:57:55 +0000 Subject: [PATCH] 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 --- modules/http/http_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } } -- 2.40.0