Minor cleanup. No functional change.

MFC after:	1 week
This commit is contained in:
Michael Tuexen 2015-12-02 22:44:42 +00:00
parent 8ab28c4e4b
commit 4821b41e21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291659

View File

@ -12053,7 +12053,7 @@ sctp_send_str_reset_req(struct sctp_tcb *stcb,
oldstream = stcb->asoc.strmout;
/* get some more */
SCTP_MALLOC(stcb->asoc.strmout, struct sctp_stream_out *,
((stcb->asoc.streamoutcnt + adding_o) * sizeof(struct sctp_stream_out)),
(stcb->asoc.streamoutcnt + adding_o) * sizeof(struct sctp_stream_out),
SCTP_M_STRMO);
if (stcb->asoc.strmout == NULL) {
uint8_t x;