]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
No rv here.
authorRainer Jung <rjung@apache.org>
Fri, 17 Aug 2012 06:30:21 +0000 (06:30 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 17 Aug 2012 06:30:21 +0000 (06:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374157 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_balancer.c

index 26bb1a8856fdb2bc93236d3f72b398b92604e93a..1feb2d7cd05e3c499527b84fefc4c76188b244d6 100644 (file)
@@ -636,7 +636,7 @@ static int proxy_balancer_post_request(proxy_worker *worker,
         for (i = 0; i < balancer->errstatuses->nelts; i++) {
             int val = ((int *)balancer->errstatuses->elts)[i];
             if (r->status == val) {
-                ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01174)
+                ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(01174)
                               "%s: Forcing worker (%s) into error state " 
                               "due to status code %d matching 'failonstatus' "
                               "balancer parameter",