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

List:       apache-cvs
Subject:    svn commit: r292434 - /httpd/httpd/trunk/modules/proxy/proxy_util.c
From:       jim () apache ! org
Date:       2005-09-29 13:59:31
Message-ID: 20050929135932.20556.qmail () minotaur ! apache ! org
[Download RAW message or body]

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",


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

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