mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00: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:
@ -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++;
|
||||
|
Reference in New Issue
Block a user