]> granicus.if.org Git - apache/commitdiff
de-ref bug - balancer is always not null since it's &balancer
authorJim Jagielski <jim@apache.org>
Thu, 29 Sep 2005 13:59:27 +0000 (13:59 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 29 Sep 2005 13:59:27 +0000 (13:59 +0000)
from the caller.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292434 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 08f7f85a1b38e02e51c70ece66028f74e51f7633..7b91c8b164ca09565fc04c71a3806c2d5528fb69 100644 (file)
@@ -1350,7 +1350,7 @@ PROXY_DECLARE(int) ap_proxy_pre_request(proxy_worker **worker,
             }
         }
     }
-    else if (access_status == DECLINED && balancer != NULL) {
+    else if (access_status == DECLINED && *balancer != NULL) {
         /* All the workers are busy */
         ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
           "proxy: all workers are busy.  Unable to serve %s",