mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#9121 fix dynlist_filter_dup for substring filter
This commit is contained in:
parent
ef893fffad
commit
87158469eb
1 changed files with 0 additions and 2 deletions
|
|
@ -1312,8 +1312,6 @@ dynlist_filter_dup( Operation *op, Filter *f, AttributeDescription *ad, dynlist_
|
|||
|
||||
case LDAP_FILTER_SUBSTRINGS:
|
||||
n->f_choice = f->f_choice;
|
||||
n->f_sub_initial = f->f_sub_initial;
|
||||
n->f_sub_final = f->f_sub_final;
|
||||
n->f_sub = f->f_sub;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue