]> git.sur5r.net Git - openldap/commitdiff
Another typo. dn_normalize is supposed to be dn_normalize_case.
authorHoward Chu <hyc@openldap.org>
Thu, 23 Sep 1999 05:05:25 +0000 (05:05 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 23 Sep 1999 05:05:25 +0000 (05:05 +0000)
servers/slapd/modify.c

index 0ab325d8edb61280cdc5b52812e5788da9455449..6a6d3d6b827f12ed34f5ee5e067d58b03fb5ec1a 100644 (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 );