Skip to content
Snippets Groups Projects
Commit e70377b8 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

IDL cache AVL tree initialize

parent 73f17bef
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment