mod_proxy_balancer.c:537: warning: unused variable 'rv'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@484794
13f79535-47bb-0310-9956-
ffa450edef68
request_rec *r,
proxy_server_conf *conf)
{
- apr_status_t rv;
#if 0
+ apr_status_t rv;
+
if ((rv = PROXY_THREAD_LOCK(balancer)) != APR_SUCCESS) {
ap_log_error(APLOG_MARK, APLOG_ERR, rv, r->server,
"proxy: BALANCER: (%s). Lock failed for post_request",
"proxy_balancer_post_request for (%s)", balancer->name);
#endif
+
return OK;
}