diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index 55729cc84889..aa7c30c6bf51 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -3957,7 +3957,6 @@ sctp_handle_str_reset_request_out(struct sctp_tcb *stcb, memcpy(&liste->list_of_streams, req->list_of_streams, number_entries * sizeof(uint16_t)); TAILQ_INSERT_TAIL(&asoc->resetHead, liste, next_resp); asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_IN_PROGRESS; - x } sctp_add_stream_reset_result(chk, seq, asoc->last_reset_action[0]); asoc->str_reset_seq_in++;