mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* This check is now part of the PROXY_WORKER_IS_INITIALIZED macro.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1672,7 +1672,7 @@ PROXY_DECLARE(void) ap_proxy_initialize_worker_share(proxy_server_conf *conf,
|
|||||||
{
|
{
|
||||||
lb_score *score = NULL;
|
lb_score *score = NULL;
|
||||||
|
|
||||||
if (worker->s && PROXY_WORKER_IS_INITIALIZED(worker)) {
|
if (PROXY_WORKER_IS_INITIALIZED(worker)) {
|
||||||
/* The worker share is already initialized */
|
/* The worker share is already initialized */
|
||||||
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s,
|
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s,
|
||||||
"proxy: worker %s already initialized",
|
"proxy: worker %s already initialized",
|
||||||
|
Reference in New Issue
Block a user