You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/02/17 14:47:06 UTC

svn commit: r1853757 - /httpd/httpd/trunk/modules/metadata/mod_headers.c

Author: jailletc36
Date: Sun Feb 17 14:47:06 2019
New Revision: 1853757

URL: http://svn.apache.org/viewvc?rev=1853757&view=rev
Log:
This is harmless, but this really should be an 'echo_do *'

Modified:
    httpd/httpd/trunk/modules/metadata/mod_headers.c

Modified: httpd/httpd/trunk/modules/metadata/mod_headers.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/metadata/mod_headers.c?rev=1853757&r1=1853756&r2=1853757&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/metadata/mod_headers.c (original)
+++ httpd/httpd/trunk/modules/metadata/mod_headers.c Sun Feb 17 14:47:06 2019
@@ -668,7 +668,7 @@ static const char *process_regexp(header
 
 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.