mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Set GLUE ocflag on dummy context entry
This commit is contained in:
parent
a56a8540fd
commit
4b3bf1a61a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue