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
e7d72795
Commit
e7d72795
authored
Oct 05, 2007
by
Pierangelo Masarati
Browse files
remove workaround (continuation of ITS#5168)
parent
7eb77f51
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
e7d72795
...
...
@@ -2109,11 +2109,8 @@ syncrepl_del_nonpresent(
for
(
i
=
0
;
uuids
[
i
].
bv_val
;
i
++
)
{
op
->
ors_slimit
=
1
;
slap_uuidstr_from_normalized
(
&
uf
.
f_av_value
,
&
uuids
[
i
],
op
->
o_tmpmemctx
);
filter2bv_x
(
op
,
op
->
ors_filter
,
&
op
->
ors_filterstr
);
op
->
o_tmpfree
(
uf
.
f_av_value
.
bv_val
,
op
->
o_tmpmemctx
);
uf
.
f_av_value
=
uuids
[
i
];
filter2bv_x
(
op
,
op
->
ors_filter
,
&
op
->
ors_filterstr
);
rc
=
be
->
be_search
(
op
,
&
rs_search
);
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