mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
These really are block specific, so why not
make them as such :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@575712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -87,14 +87,14 @@ static int init_balancer_members(proxy_server_conf *conf, server_rec *s,
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
proxy_worker *workers;
|
proxy_worker *workers;
|
||||||
int worker_is_initialized;
|
|
||||||
proxy_worker_stat *slot;
|
|
||||||
|
|
||||||
workers = (proxy_worker *)balancer->workers->elts;
|
workers = (proxy_worker *)balancer->workers->elts;
|
||||||
|
|
||||||
for (i = 0; i < balancer->workers->nelts; i++) {
|
for (i = 0; i < balancer->workers->nelts; i++) {
|
||||||
|
int worker_is_initialized;
|
||||||
worker_is_initialized = PROXY_WORKER_IS_INITIALIZED(workers);
|
worker_is_initialized = PROXY_WORKER_IS_INITIALIZED(workers);
|
||||||
if (!worker_is_initialized) {
|
if (!worker_is_initialized) {
|
||||||
|
proxy_worker_stat *slot;
|
||||||
/*
|
/*
|
||||||
* If the worker is not initialized check whether its scoreboard
|
* If the worker is not initialized check whether its scoreboard
|
||||||
* slot is already initialized.
|
* slot is already initialized.
|
||||||
|
Reference in New Issue
Block a user