]> git.sur5r.net Git - openldap/commitdiff
cleanup comments
authorPierangelo Masarati <ando@openldap.org>
Sat, 31 Aug 2002 10:41:49 +0000 (10:41 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 31 Aug 2002 10:41:49 +0000 (10:41 +0000)
libraries/libldap/filter.c
servers/slapd/filter.c

index 2ff345dd6d2c75fe87b0bd160348d3c3c23ec588..45eebb9483418f0a6eb116bdcfd3fafdbc2a3d1c 100644 (file)
@@ -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
         */
index 608b732c847c4c1cf26d4a5404b7dce1dccbd9b6..a068b74fd19eab8ce219ef1d17955d1ecb27d277 100644 (file)
@@ -70,7 +70,7 @@ get_filter(
         *              lessOrEqual     [6]     AttributeValueAssertion,
         *              present         [7]     AttributeType,,
         *              approxMatch     [8]     AttributeValueAssertion
-        *              extensibleMatch [9] MatchingRuleAssertion
+        *              extensibleMatch [9]     MatchingRuleAssertion
         *      }
         *
         *      SubstringFilter ::= SEQUENCE {