]> git.sur5r.net Git - openldap/commitdiff
Fix SEGV when ldapadd'ing new schema entries. This functionality needs work.
authorHoward Chu <hyc@openldap.org>
Sun, 18 Jun 2006 02:51:58 +0000 (02:51 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 18 Jun 2006 02:51:58 +0000 (02:51 +0000)
servers/slapd/bconfig.c

index c35231052e823d8e959b9844904e759daedbc605..f2334d7d682c88b488bff0fbd842be37d6cc3eb7 100644 (file)
@@ -4680,6 +4680,7 @@ config_back_db_open( BackendDB *be )
                return -1;
        }
        ce = e->e_private;
+       ce->ce_private = cfb->cb_config;
 
        /* Create schema nodes for included schema... */
        if ( cfb->cb_config->c_kids ) {