Skip to content
Snippets Groups Projects
Commit fc44e7dd authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

New error code, fixed definition of smr_syntax.

parent 5adb15f6
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@
#define SLAP_SCHERR_ATTR_INCOMPLETE 9
#define SLAP_SCHERR_MR_NOT_FOUND 10
#define SLAP_SCHERR_SYN_NOT_FOUND 11
#define SLAP_SCHERR_MR_INCOMPLETE 12
LDAP_BEGIN_DECL
......@@ -238,7 +239,7 @@ typedef struct slap_matching_rule {
LDAP_MATCHING_RULE smr_mrule;
slap_mr_normalize_func *smr_normalize;
slap_mr_compare_func *smr_compare;
Syntax smr_syntax;
Syntax *smr_syntax;
struct slap_matching_rule *smr_next;
} MatchingRule;
#define smr_oid smr_mrule.mr_oid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment