uppercase that ndn.

This commit is contained in:
Kurt Zeilenga 1999-01-19 18:18:53 +00:00
parent 48bdf4258c
commit a837feacc2

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