mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Don't clobber dn.
This commit is contained in:
parent
c9242a123f
commit
802325542b
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ dn2id_delete(
|
|||
return( -1 );
|
||||
}
|
||||
|
||||
dn = ch_strdup( dn );
|
||||
dn_normalize_case( dn );
|
||||
key.dptr = dn;
|
||||
key.dsize = strlen( dn ) + 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue