Align MRA desc with AVA/SSA desc

This commit is contained in:
Howard Chu 2007-12-14 05:44:10 +00:00
parent 3d632e79d8
commit 7f81edc6fa

View File

@ -1006,11 +1006,11 @@ struct SubstringsAssertion {
}; };
struct MatchingRuleAssertion { struct MatchingRuleAssertion {
AttributeDescription *ma_desc; /* optional */
struct berval ma_value; /* required */
MatchingRule *ma_rule; /* optional */ MatchingRule *ma_rule; /* optional */
struct berval ma_rule_text; /* optional */ struct berval ma_rule_text; /* optional */
AttributeDescription *ma_desc; /* optional */
int ma_dnattrs; /* boolean */ int ma_dnattrs; /* boolean */
struct berval ma_value; /* required */
#ifdef LDAP_COMP_MATCH #ifdef LDAP_COMP_MATCH
ComponentFilter *ma_cf; /* component filter */ ComponentFilter *ma_cf; /* component filter */
#endif #endif