]> granicus.if.org Git - apache/commitdiff
c89 fix
authorEric Covener <covener@apache.org>
Fri, 3 Jan 2014 01:54:28 +0000 (01:54 +0000)
committerEric Covener <covener@apache.org>
Fri, 3 Jan 2014 01:54:28 +0000 (01:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554994 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index c5f4da78feb8268e815834e5517947309675be1e..d0bc8c79a5e0b19bf4974ad3f82b9b337ef90bb4 100644 (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) {