]> git.sur5r.net Git - openldap/commitdiff
Missed on #if 0 to #if UTF8MATCH is last commit
authorKurt Zeilenga <kurt@openldap.org>
Tue, 24 Oct 2000 22:25:41 +0000 (22:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 24 Oct 2000 22:25:41 +0000 (22:25 +0000)
Also, enable UTF8MATCH... this is devel!

servers/slapd/schema_init.c

index eca33022cfa4bba6924735ba4e20ef23fe0fa72a..3e503b06b7281021f7c2955433e4ce6dc144713e 100644 (file)
@@ -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,