From: Jim Jagielski Date: Thu, 17 Oct 2013 12:53:53 +0000 (+0000) Subject: Eclipse code analysis warning X-Git-Tag: 2.5.0-alpha~4931 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43fb7fa32fde12ccbc208b16053f6e9bd91a0586;p=apache Eclipse code analysis warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533065 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index f0dfbd4a5f..4b6a27db73 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -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;