mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Eclipse code analysis warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533065 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2439,7 +2439,7 @@ static int proxy_status_hook(request_rec *r, int flags)
|
||||
proxy_balancer *balancer = NULL;
|
||||
proxy_worker **worker = NULL;
|
||||
|
||||
if (flags & AP_STATUS_SHORT || conf->balancers->nelts == 0 ||
|
||||
if ((flags & AP_STATUS_SHORT) || conf->balancers->nelts == 0 ||
|
||||
conf->proxy_status == status_off)
|
||||
return OK;
|
||||
|
||||
|
Reference in New Issue
Block a user