]> git.sur5r.net Git - openldap/commitdiff
uppercase that ndn.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 19 Jan 1999 18:18:53 +0000 (18:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 19 Jan 1999 18:18:53 +0000 (18:18 +0000)
servers/slapd/compare.c

index 56d3c65ab5621375e7d44dc12c1771580272bed1..b3f5a7ee1d22ed3a03727bad7263b00abc77bc35 100644 (file)
@@ -54,7 +54,7 @@ do_compare(
        Debug( LDAP_DEBUG_ARGS, "do_compare: dn (%s) attr (%s) value (%s)\n",
            ndn, ava.ava_type, ava.ava_value.bv_val );
 
-       ndn = dn_normalize( ndn );
+       ndn = dn_normalize_case( ndn );
 
        Statslog( LDAP_DEBUG_STATS, "conn=%d op=%d CMP dn=\"%s\" attr=\"%s\"\n",
            conn->c_connid, op->o_opid, ndn, ava.ava_type, 0 );