]> git.sur5r.net Git - openldap/commitdiff
fix possible typo
authorPierangelo Masarati <ando@openldap.org>
Wed, 16 Apr 2003 19:48:14 +0000 (19:48 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 16 Apr 2003 19:48:14 +0000 (19:48 +0000)
servers/slapd/value.c

index 8988171b4388a6adbf8b88696466818e0ce5b290..bd9cf9c7ecf5e468d81beed5dae1ddf78da8d111 100644 (file)
@@ -226,7 +226,7 @@ int value_find_ex(
                mr->smr_normalize )
        {
                rc = (mr->smr_normalize)(
-                       flags & SLAP_MR_TYPE_MASK|SLAP_MR_SUBTYPE_MASK,
+                       flags & (SLAP_MR_TYPE_MASK|SLAP_MR_SUBTYPE_MASK),
                        ad ? ad->ad_type->sat_syntax : NULL,
                        mr, val, &nval, ctx );