]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9121 fix dynlist_filter_dup for substring filter
authorHoward Chu <hyc@openldap.org>
Fri, 30 Oct 2020 23:29:13 +0000 (23:29 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 30 Oct 2020 23:30:28 +0000 (23:30 +0000)
servers/slapd/overlays/dynlist.c

index 822feaf16cec24d5f18e1239d6167fa42990a9e6..cbb3d129f54f41ea282444b33a0b5cb3972c0d70 100644 (file)
@@ -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;