]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the initial cache structure allocation. Since we are calling util_ald_create_cac...
authorBradley Nicholes <bnicholes@apache.org>
Tue, 16 Dec 2003 20:20:09 +0000 (20:20 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 16 Dec 2003 20:20:09 +0000 (20:20 +0000)
commit14660031fc7c215e8b8248650a60dc8d34b9914b
tree2595de4e6f82db7be94d7f6ea4e5a7dffb2806e9
parent325fa04bb57b86093a76fe5c966d28c96d00ad3c
Fix the initial cache structure allocation.  Since we are calling util_ald_create_cache() to create a util_ald_cache_t structure, we can't use util_ald_alloc() to alloc the memory because we don't have a structure to allocate from yet.

Submitted by: Matthieu Estrade [apache@moresecurity.org]
Reviewed by: Brad Nicholes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102073 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/util_ldap_cache_mgr.c