mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Missed on #if 0 to #if UTF8MATCH is last commit
Also, enable UTF8MATCH... this is devel!
This commit is contained in:
parent
7d2d2d6583
commit
b065d8e01b
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue