Make clear why there is an assignment, which is not necessary.

This commit is contained in:
Michael Tuexen 2018-05-21 14:51:20 +00:00
parent 3b9b6b1704
commit 95844fce7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333979

View File

@ -1671,8 +1671,7 @@ sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc,
struct sctp_nets *net, uint32_t *high_tsn, int *abort_flag,
int *break_flag, int last_chunk, uint8_t chk_type)
{
/* Process a data chunk */
struct sctp_tmit_chunk *chk = NULL;
struct sctp_tmit_chunk *chk = NULL; /* make gcc happy */
uint32_t tsn, fsn, gap, mid;
struct mbuf *dmbuf;
int the_len;