mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 15:23:00 -05:00
ITS#3180 Fix
This commit is contained in:
parent
f60f2d5048
commit
aa61c0b122
1 changed files with 3 additions and 0 deletions
|
|
@ -1867,6 +1867,9 @@ proxy_cache_open(
|
|||
int rc = 0;
|
||||
|
||||
if ( cm->db.bd_info->bi_db_open ) {
|
||||
cm->db.be_pending_csn_list = (struct be_pcl *)
|
||||
ch_calloc( 1, sizeof( struct be_pcl ));
|
||||
LDAP_TAILQ_INIT( cm->db.be_pending_csn_list );
|
||||
rc = cm->db.bd_info->bi_db_open( &cm->db );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue