mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
c89 fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user