mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
ITS#9121 typos
This commit is contained in:
parent
5d82ba4905
commit
8180326ffe
1 changed files with 3 additions and 3 deletions
|
|
@ -945,9 +945,9 @@ dynlist_filter_group( Operation *op, Filter *f, Filter *n, AttributeDescription
|
|||
andf = andf->f_next;
|
||||
}
|
||||
dnf = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
|
||||
andf1->f_choice = LDAP_FILTER_AND;
|
||||
andf1->f_next = NULL;
|
||||
andf1->f_list = dnf;
|
||||
andf->f_choice = LDAP_FILTER_AND;
|
||||
andf->f_next = NULL;
|
||||
andf->f_list = dnf;
|
||||
dnf->f_next = urif;
|
||||
if ( ludp->lud_scope == LDAP_SCOPE_BASE ) {
|
||||
dnf->f_choice = LDAP_FILTER_EQUALITY;
|
||||
|
|
|
|||
Loading…
Reference in a new issue