]> granicus.if.org Git - apache/commitdiff
typo.
authorJean-Frederic Clere <jfclere@apache.org>
Tue, 29 Sep 2009 14:16:50 +0000 (14:16 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Tue, 29 Sep 2009 14:16:50 +0000 (14:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@819962 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/balancers/mod_lbmethod_heartbeat.c

index 7e1f356f48afb5e5d5a5a682a4b33f9b9bc3ea58..d6bbdc71cea7d112d19250273c0be3ce047858e7 100644 (file)
@@ -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);