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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user