]> git.sur5r.net Git - openldap/commitdiff
Align MRA desc with AVA/SSA desc
authorHoward Chu <hyc@openldap.org>
Fri, 14 Dec 2007 05:44:10 +0000 (05:44 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 14 Dec 2007 05:44:10 +0000 (05:44 +0000)
servers/slapd/slap.h

index df54330758fbb26b2d65d30ff3387d6c961d4c5c..1ff340d2a63213762ecc37f599e3d176af04405d 100644 (file)
@@ -1006,11 +1006,11 @@ struct SubstringsAssertion {
 };
 
 struct MatchingRuleAssertion {
+       AttributeDescription    *ma_desc;       /* optional */
+       struct berval           ma_value;       /* required */
        MatchingRule            *ma_rule;       /* optional */
        struct berval           ma_rule_text;   /* optional */
-       AttributeDescription    *ma_desc;       /* optional */
        int                     ma_dnattrs;     /* boolean */
-       struct berval           ma_value;       /* required */
 #ifdef LDAP_COMP_MATCH
        ComponentFilter         *ma_cf; /* component filter */
 #endif