Skip to content
Snippets Groups Projects
Commit 668ea66e authored by Howard Chu's avatar Howard Chu
Browse files

Another typo. dn_normalize is supposed to be dn_normalize_case.

parent deafd4e2
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment