From: Kurt Zeilenga Date: Wed, 25 Oct 2000 01:32:35 +0000 (+0000) Subject: Fix another #if 0 v UTF8MATCH bug X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1685 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9117cbd48892afa702bf193c0ab871eeac63b356;p=openldap Fix another #if 0 v UTF8MATCH bug --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 3e503b06b7..1f2c29eaa4 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -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;