mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
standard method
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -942,7 +942,7 @@ static void child_init(apr_pool_t *p, server_rec *s)
|
||||
balancer = (proxy_balancer *)conf->balancers->elts;
|
||||
for (i = 0; i < conf->balancers->nelts; i++) {
|
||||
proxy_balancer_method *lbmethod = balancer->lbmethod;
|
||||
if (balancer->lbmethod!=NULL && balancer->lbmethod->reset != NULL)
|
||||
if (balancer->lbmethod && balancer->lbmethod->reset)
|
||||
balancer->lbmethod->reset(balancer, s);
|
||||
init_balancer_members(conf, s, balancer);
|
||||
balancer++;
|
||||
|
Reference in New Issue
Block a user