From: Christophe Jaillet Date: Sun, 17 Feb 2019 14:47:06 +0000 (+0000) Subject: This is harmless, but this really should be an 'echo_do *' X-Git-Tag: 2.5.0-alpha2-ci-test-only~2146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24b37e1327bc135c2dcfb795b56e6ca5a408508;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/metadata/mod_headers.c b/modules/metadata/mod_headers.c index 616ad7b221a..e60281fdbd6 100644 --- a/modules/metadata/mod_headers.c +++ b/modules/metadata/mod_headers.c @@ -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.