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
802d7424
Commit
802d7424
authored
Jul 22, 2007
by
Howard Chu
Browse files
ITS#5048, #5049 from HEAD
parent
ab519103
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/syncprov.c
View file @
802d7424
...
...
@@ -642,6 +642,7 @@ again:
}
else
{
cf
.
f_choice
=
LDAP_FILTER_LE
;
fop
.
ors_limit
=
&
fc_limits
;
memset
(
&
fc_limits
,
0
,
sizeof
(
fc_limits
));
fc_limits
.
lms_s_unchecked
=
1
;
fop
.
ors_filterstr
.
bv_len
=
sprintf
(
buf
,
"(entryCSN<=%s)"
,
cf
.
f_av_value
.
bv_val
);
...
...
@@ -2461,7 +2462,7 @@ syncprov_db_close(
return
0
;
}
if
(
si
->
si_numops
)
{
Connection
conn
;
Connection
conn
=
{
0
}
;
OperationBuffer
opbuf
;
Operation
*
op
=
(
Operation
*
)
&
opbuf
;
SlapReply
rs
=
{
REP_RESULT
};
...
...
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