mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Make clear why there is an assignment, which is not necessary.
This commit is contained in:
parent
3b9b6b1704
commit
95844fce7d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333979
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user