mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix another #if 0 v UTF8MATCH bug
This commit is contained in:
parent
b065d8e01b
commit
9117cbd488
@ -1604,7 +1604,7 @@ caseIgnoreMatch(
|
||||
struct berval *value,
|
||||
void *assertedValue )
|
||||
{
|
||||
#if 0
|
||||
#if UTF8MATCH
|
||||
*matchp = UTF8casecmp( value, (struct berval *) assertedValue );
|
||||
#else
|
||||
int match = value->bv_len - ((struct berval *) assertedValue)->bv_len;
|
||||
|
Loading…
Reference in New Issue
Block a user