misc: fix sctp test with debug images
Type:fix Change-Id: I6bf938d8c71b0fac6e093278132b00fc1ab951bb Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:

committed by
Dave Wallace

parent
9f1b3ff308
commit
33cd4823d6
@ -1340,7 +1340,8 @@ sctp_push_hdr_i (sctp_connection_t * sctp_conn, vlib_buffer_t * b,
|
||||
data_len += b->total_length_not_including_first_buffer;
|
||||
|
||||
ASSERT (!b->total_length_not_including_first_buffer
|
||||
|| (b->flags & VLIB_BUFFER_NEXT_PRESENT));
|
||||
|| (b->flags & VLIB_BUFFER_NEXT_PRESENT)
|
||||
|| !(b->flags & VLIB_BUFFER_TOTAL_LENGTH_VALID));
|
||||
|
||||
SCTP_ADV_DBG_OUTPUT ("b->current_length = %u, "
|
||||
"b->current_data = %p "
|
||||
|
Reference in New Issue
Block a user