Skip to content

Commit 79a4bdf

Browse files
committed
c89 fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554994 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9ea0545 commit 79a4bdf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/proxy/mod_proxy.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,13 +748,13 @@ static int proxy_walk(request_rec *r)
748748

749749
for (j = 0; j < num_sec; ++j)
750750
{
751-
entry_config = sec_proxy[j];
752-
entry_proxy = ap_get_module_config(entry_config, &proxy_module);
753-
754751
int nmatch = 0;
755752
int i;
756753
ap_regmatch_t *pmatch = NULL;
757754

755+
entry_config = sec_proxy[j];
756+
entry_proxy = ap_get_module_config(entry_config, &proxy_module);
757+
758758
if (entry_proxy->r) {
759759

760760
if (entry_proxy->refs && entry_proxy->refs->nelts) {

0 commit comments

Comments
 (0)