From: Mladen Turk Date: Fri, 3 Feb 2012 13:52:46 +0000 (+0000) Subject: oops, this got forgotten when copy/paste from dev branch X-Git-Tag: 2.4.1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5187ee9fcf0e245b3cef6183f0715ed173c89b9f;p=apache oops, this got forgotten when copy/paste from dev branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1240170 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_balancer.c b/modules/proxy/mod_proxy_balancer.c index 3660ad6cd7..01247ff44a 100644 --- a/modules/proxy/mod_proxy_balancer.c +++ b/modules/proxy/mod_proxy_balancer.c @@ -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);