From: Pierangelo Masarati Date: Sat, 31 Aug 2002 10:41:49 +0000 (+0000) Subject: cleanup comments X-Git-Tag: NO_SLAP_OP_BLOCKS~1067 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c76b36254ccb9862dcc40525596acf29185fc662;p=openldap cleanup comments --- 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 */ diff --git a/servers/slapd/filter.c b/servers/slapd/filter.c index 608b732c84..a068b74fd1 100644 --- a/servers/slapd/filter.c +++ b/servers/slapd/filter.c @@ -70,7 +70,7 @@ get_filter( * lessOrEqual [6] AttributeValueAssertion, * present [7] AttributeType,, * approxMatch [8] AttributeValueAssertion - * extensibleMatch [9] MatchingRuleAssertion + * extensibleMatch [9] MatchingRuleAssertion * } * * SubstringFilter ::= SEQUENCE {