Minor cleanup. No functional change.
MFC after: 1 week
This commit is contained in:
parent
8ab28c4e4b
commit
4821b41e21
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user