Minor cleanup. No functional change.

MFC after:	1 week
This commit is contained in:
tuexen 2015-12-02 22:44:42 +00:00
parent 9d1a130e58
commit 3bebd4dfe9

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;