Fix silly syntax error emacs chugged in for me.. gesh.

MFC after:	3 weeks
This commit is contained in:
Randall Stewart 2015-07-24 14:13:43 +00:00
parent c616859963
commit 5f98acb594

View File

@ -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++;