Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
87158469
Commit
87158469
authored
Oct 30, 2020
by
Howard Chu
Browse files
ITS#9121 fix dynlist_filter_dup for substring filter
parent
ef893fff
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/dynlist.c
View file @
87158469
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment