mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Fix another #if 0 v UTF8MATCH bug
This commit is contained in:
parent
b065d8e01b
commit
9117cbd488
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue