mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Another typo. dn_normalize is supposed to be dn_normalize_case.
This commit is contained in:
parent
deafd4e274
commit
668ea66e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ do_modify(
|
|||
|
||||
ndn = ch_strdup( dn );
|
||||
|
||||
if( dn_normalize( ndn ) == NULL ) {
|
||||
if( dn_normalize_case( ndn ) == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY, "do_modify: invalid dn (%s)\n", dn, 0, 0 );
|
||||
send_ldap_result( conn, op, rc = LDAP_INVALID_DN_SYNTAX, NULL,
|
||||
"invalid DN", NULL, NULL );
|
||||
|
|
|
|||
Loading…
Reference in a new issue