Silence a warning produced by newer versions of gcc.

MFC after:	1 week
This commit is contained in:
Michael Tuexen 2016-12-07 22:01:09 +00:00
parent f1b276bec8
commit b594081bdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309685

View File

@ -10350,8 +10350,10 @@ send_forward_tsn(struct sctp_tcb *stcb,
*/
if (asoc->idata_supported) {
strseq_m = (struct sctp_strseq_mid *)fwdtsn;
strseq = NULL;
} else {
strseq = (struct sctp_strseq *)fwdtsn;
strseq_m = NULL;
}
/*-
* Now populate the strseq list. This is done blindly