1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

* Fix syntax error

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2009-05-06 10:06:06 +00:00
parent 1a456432d4
commit 124dd1c76f

View File

@@ -1476,7 +1476,7 @@ ap_proxy_add_worker_to_balancer(apr_pool_t *pool, proxy_balancer *balancer,
proxy_worker **runtime;
runtime = apr_array_push(balancer->workers);
*runtime = worker
*runtime = worker;
(*runtime)->id = proxy_lb_workers;
/* Increase the total runtime count */
proxy_lb_workers++;