Commit 0d2582c4 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent 8cd3a68b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3432,8 +3432,8 @@ static void reset_filters(request_rec *r)
            continue;
        }
        else {
            f = f->next;
            ap_remove_output_filter(f);
            f = f->next;
        }
    }
}