mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
uppercase that ndn.
This commit is contained in:
parent
48bdf4258c
commit
a837feacc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue