Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
b7d38c15
Commit
b7d38c15
authored
Jul 20, 2007
by
Howard Chu
Browse files
ITS#5048 fully initialize fc_limits
parent
fb5568bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/syncprov.c
View file @
b7d38c15
...
...
@@ -659,6 +659,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
);
...
...
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