]> git.sur5r.net Git - openldap/commitdiff
ITS#3180 fix from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Tue, 8 Jun 2004 21:36:54 +0000 (21:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 8 Jun 2004 21:36:54 +0000 (21:36 +0000)
servers/slapd/overlays/pcache.c

index 1b009b750926f7113de87f4343c5b8a181290e99..5a88e95b2f3fcfe96eec1f8aad42aca954e7e233 100644 (file)
@@ -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 );
        }