Fix another #if 0 v UTF8MATCH bug

This commit is contained in:
Kurt Zeilenga 2000-10-25 01:32:35 +00:00
parent b065d8e01b
commit 9117cbd488

View File

@ -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;