You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/09/08 20:26:55 UTC

svn commit: r1166839 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

Author: covener
Date: Thu Sep  8 18:26:54 2011
New Revision: 1166839

URL: http://svn.apache.org/viewvc?rev=1166839&view=rev
Log:
no termination of the loop in 1166823.

Modified:
    httpd/httpd/trunk/modules/ldap/util_ldap.c

Modified: httpd/httpd/trunk/modules/ldap/util_ldap.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap.c?rev=1166839&r1=1166838&r2=1166839&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ldap/util_ldap.c (original)
+++ httpd/httpd/trunk/modules/ldap/util_ldap.c Thu Sep  8 18:26:54 2011
@@ -2946,6 +2946,7 @@ static int util_ldap_post_config(apr_poo
                                         &ldap_module);
 
         st_vhost->ssl_supported = st->ssl_supported;
+        s_vhost = s_vhost->next;
     }
 
     /* Initialize the rebind callback's cross reference list. */