]> granicus.if.org Git - apache/commitdiff
* Silence compiler warning.
authorRuediger Pluem <rpluem@apache.org>
Tue, 5 May 2009 07:43:14 +0000 (07:43 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 5 May 2009 07:43:14 +0000 (07:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771610 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index c8dff20dd29da6f4081d866aaa45cdae0349b77f..04623a876d52ccb9a8090819ba2f0ba64f5327b8 100644 (file)
@@ -1080,7 +1080,7 @@ PROXY_DECLARE(const char *) ap_proxy_location_reverse_map(request_rec *r,
          */
         if ((strncasecmp(real, "balancer://", 11) == 0) &&
             (balancer = ap_proxy_get_balancer(r->pool, sconf, real))) {
-            int n, l3;
+            int n, l3 = 0;
             proxy_worker *worker = (proxy_worker *)balancer->workers->elts;
             const char *urlpart = ap_strchr_c(real + 11, '/');
             if (urlpart) {