mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
IDL cache AVL tree initialize
This commit is contained in:
parent
73f17befb7
commit
e70377b875
1 changed files with 1 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ bdb_db_open( BackendDB *be )
|
|||
|
||||
#ifdef SLAP_IDL_CACHE
|
||||
if ( bdb->bi_idl_cache_max_size ) {
|
||||
bdb->bi_idl_tree = NULL;
|
||||
ldap_pvt_thread_rdwr_init( &bdb->bi_idl_tree_rwlock );
|
||||
ldap_pvt_thread_mutex_init( &bdb->bi_idl_tree_lrulock );
|
||||
bdb->bi_idl_cache_size = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue