Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
8a5b2f7a
Commit
8a5b2f7a
authored
Jan 04, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6685
parent
afb5e0d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8a5b2f7a
...
...
@@ -57,6 +57,7 @@ OpenLDAP 2.4.24 Engineering
Fixed slapo-rwm crasher (ITS#6632)
Fixed slapo-sssvlv initialization (ITS#6649)
Fixed slapo-sssvlv to not advertise when unused (ITS#6647)
Fixed slapo-sssvlv fix result code (ITS#6685)
Fixed slapo-syncprov to send error if consumer is newer (ITS#6606)
Fixed slapo-syncprov filter race condition (ITS#6708)
Fixed slapo-syncprov active mod race (ITS#6709)
...
...
servers/slapd/overlays/sssvlv.c
View file @
8a5b2f7a
...
...
@@ -198,7 +198,7 @@ static int pack_vlv_response_control(
ber_init2
(
ber
,
NULL
,
LBER_USE_DER
);
ber_set_option
(
ber
,
LBER_OPT_BER_MEMCTX
,
&
op
->
o_tmpmemctx
);
rc
=
ber_printf
(
ber
,
"{ii
i
"
,
so
->
so_vlv_target
,
so
->
so_nentries
,
rc
=
ber_printf
(
ber
,
"{ii
e
"
,
so
->
so_vlv_target
,
so
->
so_nentries
,
so
->
so_vlv_rc
);
if
(
rc
!=
-
1
&&
so
->
so_vcontext
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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