[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    svn commit: r292435 - /httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c
From:       jim () apache ! org
Date:       2005-09-29 14:01:11
Message-ID: 20050929140112.21092.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: jim
Date: Thu Sep 29 07:01:09 2005
New Revision: 292435

URL: http://svn.apache.org/viewcvs?rev=292435&view=rev
Log:
Merge r292434 from trunk:

de-ref bug - balancer is always not null since it's &balancer
from the caller.

Reviewed by: jim

Modified:
    httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c

Modified: httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c?rev=292435&r1=292434&r2=292435&view=diff
 ==============================================================================
--- httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c (original)
+++ httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c Thu Sep 29 07:01:09 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",


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic