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

bdb->bi_idl_tree_lrulock initialize

parent b4dbfb57
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,7 @@ bdb_db_open( BackendDB *be )
#ifdef SLAP_IDL_CACHE
if ( bdb->bi_idl_cache_max_size ) {
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;
}
#endif
......
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