From: Pierangelo Masarati Date: Wed, 16 Apr 2003 19:48:14 +0000 (+0000) Subject: fix possible typo X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~347 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58d1df26d8c36b43ec14966889171e6684346f7a;p=openldap fix possible typo --- diff --git a/servers/slapd/value.c b/servers/slapd/value.c index 8988171b43..bd9cf9c7ec 100644 --- a/servers/slapd/value.c +++ b/servers/slapd/value.c @@ -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 );