Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
3653ddcf
Commit
3653ddcf
authored
Nov 22, 2008
by
Howard Chu
Browse files
ITS
#5826
parent
d1df611a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
3653ddcf
...
...
@@ -2451,6 +2451,9 @@ syncrepl_del_nonpresent(
op
->
ors_filter
=
of
;
}
if
(
op
->
ors_filter
)
filter_free_x
(
op
,
op
->
ors_filter
,
1
);
if
(
op
->
ors_filterstr
.
bv_val
!=
si
->
si_filterstr
.
bv_val
)
{
op
->
o_tmpfree
(
op
->
ors_filterstr
.
bv_val
,
op
->
o_tmpmemctx
);
}
}
...
...
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