mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
s/substring/substrings/
This commit is contained in:
parent
2273ae0cb7
commit
1a8f509f9a
@ -405,7 +405,7 @@ get_substring_filter(
|
||||
}
|
||||
|
||||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
f->f_sub = ch_calloc( 1, sizeof(SubstringAssertion) );
|
||||
f->f_sub = ch_calloc( 1, sizeof(SubstringsAssertion) );
|
||||
f->f_sub_desc = NULL;
|
||||
rc = slap_bv2ad( &type, &f->f_sub_desc, text );
|
||||
|
||||
|
@ -398,7 +398,7 @@ typedef struct slap_ss_assertion {
|
||||
struct berval *sa_initial;
|
||||
struct berval **sa_any;
|
||||
struct berval *sa_final;
|
||||
} SubstringAssertion;
|
||||
} SubstringsAssertion;
|
||||
|
||||
typedef struct slap_mr_assertion {
|
||||
char *ma_rule; /* optional */
|
||||
@ -455,7 +455,7 @@ typedef struct slap_filter {
|
||||
AttributeAssertion *f_un_ava;
|
||||
|
||||
/* substring assertion */
|
||||
SubstringAssertion *f_un_ssa;
|
||||
SubstringsAssertion *f_un_ssa;
|
||||
|
||||
/* matching rule assertion */
|
||||
MatchingRuleAssertion *f_un_mra;
|
||||
|
Loading…
Reference in New Issue
Block a user