From c6ab43fe95d69a39edfec8d78e2529f34e09bff9 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 1 Sep 2002 05:50:32 +0000 Subject: [PATCH] Update comment --- libraries/libldap/filter.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 */ -- 2.39.5