Another typo. dn_normalize is supposed to be dn_normalize_case.

This commit is contained in:
Howard Chu 1999-09-23 05:05:25 +00:00
parent deafd4e274
commit 668ea66e8a

View file

@ -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 );