From: Jean-Frederic Clere Date: Tue, 29 Sep 2009 14:16:50 +0000 (+0000) Subject: typo. X-Git-Tag: 2.3.3~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b759698296c1ecae06123fb0e0a94d524470d40;p=apache typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@819962 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/balancers/mod_lbmethod_heartbeat.c b/modules/proxy/balancers/mod_lbmethod_heartbeat.c index 7e1f356f48..d6bbdc71ce 100644 --- a/modules/proxy/balancers/mod_lbmethod_heartbeat.c +++ b/modules/proxy/balancers/mod_lbmethod_heartbeat.c @@ -315,7 +315,7 @@ static proxy_worker *find_best_hb(proxy_balancer *balancer, if (openslots > 0) { apr_uint32_t c = 0; - apr_uint32_t pick = 0;; + apr_uint32_t pick = 0; rv = random_pick(&pick, 0, openslots);