mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#2960 - make sure bi_open gets invoked
This commit is contained in:
parent
95c5e54031
commit
b36e3a1ab0
@ -1658,6 +1658,9 @@ proxy_cache_config(
|
||||
}
|
||||
if ( cm->db.bd_info->bi_db_init( &cm->db ) ) return( 1 );
|
||||
|
||||
/* This type is in use, needs to be opened */
|
||||
cm->db.bd_info->bi_nDB++;
|
||||
|
||||
cm->max_entries = atoi( argv[2] );
|
||||
|
||||
cm->numattrsets = atoi( argv[3] );
|
||||
|
Loading…
Reference in New Issue
Block a user