]> granicus.if.org Git - apache/commitdiff
Eclipse code analysis warning
authorJim Jagielski <jim@apache.org>
Thu, 17 Oct 2013 12:53:53 +0000 (12:53 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 17 Oct 2013 12:53:53 +0000 (12:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533065 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index f0dfbd4a5fedd9a2a9c9ad82a620ee0e5ecf7b39..4b6a27db73b57c76fa2bfeae57021c855196d13d 100644 (file)
@@ -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;