From f24b37e1327bc135c2dcfb795b56e6ca5a408508 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 17 Feb 2019 14:47:06 +0000 Subject: [PATCH] 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 --- modules/metadata/mod_headers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3