mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
Fix caseExact/caseIgnore IA5 normalization
This commit is contained in:
parent
bd1356f01e
commit
7126ccf569
1 changed files with 1 additions and 1 deletions
|
|
@ -1714,7 +1714,7 @@ IA5StringNormalize(
|
|||
void *ctx )
|
||||
{
|
||||
char *p, *q;
|
||||
int casefold = SLAP_MR_ASSOCIATED(mr, slap_schema.si_mr_caseExactIA5Match);
|
||||
int casefold = !SLAP_MR_ASSOCIATED(mr, slap_schema.si_mr_caseExactIA5Match);
|
||||
|
||||
assert( val->bv_len );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue