mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
New error code, fixed definition of smr_syntax.
This commit is contained in:
parent
5adb15f681
commit
fc44e7ddef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user