1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2014-01-03 01:54:28 +00:00
parent b0167798e8
commit 758cf25ed9

View File

@@ -748,13 +748,13 @@ static int proxy_walk(request_rec *r)
for (j = 0; j < num_sec; ++j)
{
entry_config = sec_proxy[j];
entry_proxy = ap_get_module_config(entry_config, &proxy_module);
int nmatch = 0;
int i;
ap_regmatch_t *pmatch = NULL;
entry_config = sec_proxy[j];
entry_proxy = ap_get_module_config(entry_config, &proxy_module);
if (entry_proxy->r) {
if (entry_proxy->refs && entry_proxy->refs->nelts) {