]> git.sur5r.net Git - openldap/commitdiff
Fix another #if 0 v UTF8MATCH bug
authorKurt Zeilenga <kurt@openldap.org>
Wed, 25 Oct 2000 01:32:35 +0000 (01:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 25 Oct 2000 01:32:35 +0000 (01:32 +0000)
servers/slapd/schema_init.c

index 3e503b06b7281021f7c2955433e4ce6dc144713e..1f2c29eaa4d894f59000d63c4df9139144582d70 100644 (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;