From: Eric Covener Date: Thu, 8 Sep 2011 18:26:54 +0000 (+0000) Subject: no termination of the loop in 1166823. X-Git-Tag: 2.3.15~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93e479669b6c9bbf620c7656c69073669b68c5c1;p=thirdparty%2Fapache%2Fhttpd.git no termination of the loop in 1166823. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1166839 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index d0b76a2b98a..0c551167018 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -2946,6 +2946,7 @@ static int util_ldap_post_config(apr_pool_t *p, apr_pool_t *plog, &ldap_module); st_vhost->ssl_supported = st->ssl_supported; + s_vhost = s_vhost->next; } /* Initialize the rebind callback's cross reference list. */