]> granicus.if.org Git - apache/commitdiff
Oh brother; we just dupped these to lowercase them, no need to re-dup again
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 9 Jan 2009 17:23:34 +0000 (17:23 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 9 Jan 2009 17:23:34 +0000 (17:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733091 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 9d044fd182566b678c57580e308ccc9143b131a6..0dadf1a5d7e3c6c99a5bd9995070d3c87c7855b2 100644 (file)
@@ -2268,7 +2268,7 @@ static const char *set_accf_map(cmd_parms *cmd, void *dummy,
     ap_str_tolower(proto);
     accf = apr_pstrdup(cmd->pool, iaccf);
     ap_str_tolower(accf);
-    apr_table_set(conf->accf_map, proto, accf);
+    apr_table_setn(conf->accf_map, proto, accf);
 
     return NULL;
 }