Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 20619 invoked from network); 29 Sep 2005 13:59:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 13:59:53 -0000 Received: (qmail 92015 invoked by uid 500); 29 Sep 2005 13:59:53 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 91820 invoked by uid 500); 29 Sep 2005 13:59:52 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 91807 invoked by uid 99); 29 Sep 2005 13:59:52 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 29 Sep 2005 06:59:52 -0700 Received: (qmail 20558 invoked by uid 65534); 29 Sep 2005 13:59:32 -0000 Message-ID: <20050929135932.20556.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r292434 - /httpd/httpd/trunk/modules/proxy/proxy_util.c Date: Thu, 29 Sep 2005 13:59:31 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jim Date: Thu Sep 29 06:59:27 2005 New Revision: 292434 URL: http://svn.apache.org/viewcvs?rev=292434&view=rev Log: de-ref bug - balancer is always not null since it's &balancer from the caller. Modified: httpd/httpd/trunk/modules/proxy/proxy_util.c Modified: httpd/httpd/trunk/modules/proxy/proxy_util.c URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=292434&r1=292433&r2=292434&view=diff ============================================================================== --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Thu Sep 29 06:59:27 2005 @@ -1350,7 +1350,7 @@ } } } - 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",