1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

oops, this got forgotten when copy/paste from dev branch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1240171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mladen Turk
2012-02-03 13:53:20 +00:00
parent 7fac08440e
commit a631bc9edb

View File

@@ -877,7 +877,7 @@ static void push2table(const char *input, apr_table_t *params,
apr_table_set(params, key, val);
}
else {
const char **ok = *allowed;
const char **ok = allowed;
while (*ok) {
if (strcmp(*ok, key) == 0) {
apr_table_set(params, key, val);