]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This is harmless, but this really should be an 'echo_do *'
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 17 Feb 2019 14:47:06 +0000 (14:47 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 17 Feb 2019 14:47:06 +0000 (14:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853757 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_headers.c

index 616ad7b221a9ec6c9e3bcf0cd90775fcbcd8d21b..e60281fdbd653fd78f6bbc6f408074978aad559a 100644 (file)
@@ -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.