From: Kurt Zeilenga Date: Sun, 1 Sep 2002 05:50:32 +0000 (+0000) Subject: Update comment X-Git-Tag: OPENLDAP_REL_ENG_2_1_5~72 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c6ab43fe95d69a39edfec8d78e2529f34e09bff9;p=openldap Update comment --- diff --git a/libraries/libldap/filter.c b/libraries/libldap/filter.c index 2ff345dd6d..45eebb9483 100644 --- a/libraries/libldap/filter.c +++ b/libraries/libldap/filter.c @@ -335,7 +335,7 @@ ldap_pvt_put_filter( BerElement *ber, const char *str_in ) * lessOrEqual [6] AttributeValueAssertion, * present [7] AttributeType, * approxMatch [8] AttributeValueAssertion, - * extensibleMatch [9] MatchingRuleAssertion -- LDAPv3 + * extensibleMatch [9] MatchingRuleAssertion -- LDAPv3 * } * * SubstringFilter ::= SEQUENCE { @@ -347,11 +347,11 @@ ldap_pvt_put_filter( BerElement *ber, const char *str_in ) * } * } * - * MatchingRuleAssertion ::= SEQUENCE { -- LDAPv3 - * matchingRule [1] MatchingRuleId OPTIONAL, - * type [2] AttributeDescription OPTIONAL, - * matchValue [3] AssertionValue, - * dnAttributes [4] BOOLEAN DEFAULT FALSE } + * MatchingRuleAssertion ::= SEQUENCE { -- LDAPv3 + * matchingRule [1] MatchingRuleId OPTIONAL, + * type [2] AttributeDescription OPTIONAL, + * matchValue [3] AssertionValue, + * dnAttributes [4] BOOLEAN DEFAULT FALSE } * * Note: tags in a choice are always explicit */