Fix caseExact/caseIgnore IA5 normalization

This commit is contained in:
Howard Chu 2003-10-23 05:28:22 +00:00
parent bd1356f01e
commit 7126ccf569

View file

@ -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 );