]> git.sur5r.net Git - openldap/commitdiff
ITS#6685
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Jan 2011 16:40:53 +0000 (16:40 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Jan 2011 16:40:53 +0000 (16:40 +0000)
CHANGES
servers/slapd/overlays/sssvlv.c

diff --git a/CHANGES b/CHANGES
index a2c607fae4766dcd039646c20eee15fad4f7b66e..5f81ad90e71bc81ce93c282016abf87227ffc9d7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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)
index a37ce511e542e7d374ba195ec4b9d25b459030e0..c12c21ef1a4cf981b55ec1657032a14c5baccc4b 100644 (file)
@@ -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, "{iii", so->so_vlv_target, so->so_nentries,
+       rc = ber_printf( ber, "{iie", so->so_vlv_target, so->so_nentries,
                so->so_vlv_rc );
 
        if ( rc != -1 && so->so_vcontext ) {