From 93e479669b6c9bbf620c7656c69073669b68c5c1 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 8 Sep 2011 18:26:54 +0000 Subject: [PATCH] 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 --- modules/ldap/util_ldap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index d0b76a2b98..0c55116701 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. */ -- 2.40.0