Minor cleanup. No functional change.
MFC after: 1 week
This commit is contained in:
parent
9d1a130e58
commit
3bebd4dfe9
@ -12053,7 +12053,7 @@ sctp_send_str_reset_req(struct sctp_tcb *stcb,
|
|||||||
oldstream = stcb->asoc.strmout;
|
oldstream = stcb->asoc.strmout;
|
||||||
/* get some more */
|
/* get some more */
|
||||||
SCTP_MALLOC(stcb->asoc.strmout, struct sctp_stream_out *,
|
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);
|
SCTP_M_STRMO);
|
||||||
if (stcb->asoc.strmout == NULL) {
|
if (stcb->asoc.strmout == NULL) {
|
||||||
uint8_t x;
|
uint8_t x;
|
||||||
|
Loading…
Reference in New Issue
Block a user