projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81254be
)
Eclipse code analysis warning
author
Jim Jagielski
<jim@apache.org>
Thu, 17 Oct 2013 12:53:53 +0000
(12:53 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/modules/proxy/mod_proxy.c
b/modules/proxy/mod_proxy.c
index f0dfbd4a5fedd9a2a9c9ad82a620ee0e5ecf7b39..4b6a27db73b57c76fa2bfeae57021c855196d13d 100644
(file)
--- 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;