Commit f8450023 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

This is harmless, but this really should be an 'echo_do *'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853757 13f79535-47bb-0310-9956-ffa450edef68
parent 0a6aadfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -668,7 +668,7 @@ static const char *process_regexp(header_entry *hdr, const char *value,

static int echo_header(void *v, const char *key, const char *val)
{
    edit_do *ed = v;
    echo_do *ed = (echo_do *)v;

    /* If the input header (key) matches the regex, echo it intact to
     * r->headers_out.