Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Barchiesi
OpenLDAP
Commits
58dfef01
Commit
58dfef01
authored
Jan 20, 2021
by
Ondřej Kuzník
Browse files
ITS#7439 Do not free parts of original filter
parent
a99e4352
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/rwmmap.c
View file @
58dfef01
...
...
@@ -517,7 +517,7 @@ rwm_int_filter_map_rewrite(
struct
berval
*
fstr
)
{
int
i
;
Filter
*
p
;
Filter
*
p
,
ftmp
;
AttributeDescription
*
ad
;
struct
berval
atmp
,
vtmp
,
...
...
@@ -769,7 +769,7 @@ rwm_int_filter_map_rewrite(
case
-
1
:
computed:
;
f
ilter_free_x
(
op
,
f
,
0
)
;
f
=
&
ftmp
;
f
->
f_choice
=
SLAPD_FILTER_COMPUTED
;
f
->
f_result
=
SLAPD_COMPARE_UNDEFINED
;
/* fallthru */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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