mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix typo in previous commit
This commit is contained in:
parent
c40583a2f1
commit
5757ffc5d3
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ do_modify(
|
|||
|
||||
Debug( LDAP_DEBUG_ARGS, "do_modify: dn (%s)\n", dn, 0, 0 );
|
||||
|
||||
ndn = ch_strdup( ndn );
|
||||
ndn = ch_strdup( dn );
|
||||
|
||||
if( dn_normalize( ndn ) == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY, "do_modify: invalid dn (%s)\n", dn, 0, 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue