Commit 186580c3 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

ap_getword_conf wants const char **, not char **


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89272 13f79535-47bb-0310-9956-ffa450edef68
parent 197a0be5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -419,7 +419,7 @@ static const char *header_inout_cmd(hdr_inout inout, cmd_parms *cmd, void *indir
static const char *header_cmd(cmd_parms *cmd, void *indirconf,
                              const char *args)
{
    char *s;
    const char *s;
    const char *action;
    const char *hdr;
    const char *val;