mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix dn2id_delete
This commit is contained in:
parent
c058ab1f14
commit
a909f77bff
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ mdb_dn2id_delete(
|
|||
d->nrdnlen[1] = nrlen & 0xff;
|
||||
d->nrdnlen[0] = (nrlen >> 8) | 0x80;
|
||||
memcpy( d->nrdn, e->e_nname.bv_val, nrlen );
|
||||
d->nrdn[nrlen] = '\0';
|
||||
data.mv_data = d;
|
||||
|
||||
/* Delete our ID from the parent's list */
|
||||
|
|
|
|||
Loading…
Reference in a new issue