mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
ITS#2960 - make sure bi_open gets invoked
This commit is contained in:
parent
95c5e54031
commit
b36e3a1ab0
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue