From b065d8e01bccc55976cfeb9da9bfa1ec6dff97d0 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 24 Oct 2000 22:25:41 +0000 Subject: [PATCH] Missed on #if 0 to #if UTF8MATCH is last commit Also, enable UTF8MATCH... this is devel! --- servers/slapd/schema_init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index eca33022cf..3e503b06b7 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -16,6 +16,8 @@ #include "slap.h" #include "ldap_pvt.h" +#define UTF8MATCH 1 + #ifdef USE_MD5 #include "lutil_md5.h" /* We should replace MD5 with a faster hash */ @@ -487,7 +489,7 @@ booleanMatch( return LDAP_SUCCESS; } -#if 0 +#if UTF8MATCH static int UTF8casecmp( struct berval *right, -- 2.39.5