mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Set GLUE ocflag on dummy context entry
This commit is contained in:
parent
a56a8540fd
commit
4b3bf1a61a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user