]> git.sur5r.net Git - openldap/commitdiff
Fix caseExact/caseIgnore IA5 normalization
authorHoward Chu <hyc@openldap.org>
Thu, 23 Oct 2003 05:28:22 +0000 (05:28 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 23 Oct 2003 05:28:22 +0000 (05:28 +0000)
servers/slapd/schema_init.c

index ee09d0d515d9962110b5933d7e36b7121d4f7a10..0d64d5cbbc0e689c09f2b44f037d78a957b6be6b 100644 (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 );