ITS#6685 fix result code tag

This commit is contained in:
Howard Chu 2010-10-26 00:59:10 +00:00
parent e7e442574e
commit de6dbc981e

View File

@ -198,7 +198,7 @@ static int pack_vlv_response_control(
ber_init2( ber, NULL, LBER_USE_DER ); ber_init2( ber, NULL, LBER_USE_DER );
ber_set_option( ber, LBER_OPT_BER_MEMCTX, &op->o_tmpmemctx ); 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 ); so->so_vlv_rc );
if ( rc != -1 && so->so_vcontext ) { if ( rc != -1 && so->so_vcontext ) {