]> git.sur5r.net Git - openldap/commitdiff
Set GLUE ocflag on dummy context entry
authorHoward Chu <hyc@openldap.org>
Sat, 21 Jul 2007 00:35:32 +0000 (00:35 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 21 Jul 2007 00:35:32 +0000 (00:35 +0000)
servers/slapd/back-bdb/init.c

index 32289e73899c55193035e4ad34067f543f1e2210..b7214276586b999ea1cc37ff251e03e52e4b8d1b 100644 (file)
@@ -459,6 +459,7 @@ shm_retry:
                ber_dupbv( &e->e_name, &slap_empty_bv );
                ber_dupbv( &e->e_nname, &slap_empty_bv );
        }
+       e->e_ocflags = SLAP_OC_GLUE|SLAP_OC__END;
        e->e_private = &bdb->bi_cache.c_dntree;
        bdb->bi_cache.c_dntree.bei_e = e;