]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9182 pcache: fix private DB init
authorHoward Chu <hyc@openldap.org>
Wed, 11 Mar 2020 19:17:10 +0000 (19:17 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 2 Apr 2020 21:30:51 +0000 (21:30 +0000)
servers/slapd/overlays/pcache.c

index 7efe70502783154fdd48efee2b1424358411af46..80f47ad9b87ddc0c2bd532ffccf16bbd11b7f05a 100644 (file)
@@ -4507,6 +4507,7 @@ pcache_db_init(
        SLAP_DBFLAGS(&cm->db) |= SLAP_DBFLAG_NO_SCHEMA_CHECK;
        cm->db.be_private = NULL;
        cm->db.bd_self = &cm->db;
+       cm->db.be_pending_csn_list = NULL;
        cm->qm = qm;
        cm->numattrsets = 0;
        cm->num_entries_limit = 5;