]> git.sur5r.net Git - openldap/commitdiff
Fixup config init
authorHoward Chu <hyc@openldap.org>
Fri, 4 Feb 2011 16:42:06 +0000 (16:42 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 4 Feb 2011 16:42:06 +0000 (16:42 +0000)
servers/slapd/back-perl/init.c

index b421881cea409f9f9314e2a09f3e3590d59fbf17..f4acb87e3ed2e12a49bb545d3bb2f15adde430da 100644 (file)
@@ -104,6 +104,8 @@ perl_back_db_init(
 
        Debug( LDAP_DEBUG_TRACE, "perl backend db init\n", 0, 0, 0 );
 
+       be->be_cf_ocs = be->bd_info->bi_cf_ocs;
+
        return 0;
 }