1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

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
This commit is contained in:
Eric Covener
2011-09-08 18:26:54 +00:00
parent 81097d5190
commit 93e479669b

View File

@@ -2946,6 +2946,7 @@ static int util_ldap_post_config(apr_pool_t *p, apr_pool_t *plog,
&ldap_module); &ldap_module);
st_vhost->ssl_supported = st->ssl_supported; st_vhost->ssl_supported = st->ssl_supported;
s_vhost = s_vhost->next;
} }
/* Initialize the rebind callback's cross reference list. */ /* Initialize the rebind callback's cross reference list. */