Make clear why there is an assignment, which is not necessary.
This commit is contained in:
parent
3b9b6b1704
commit
95844fce7d
@ -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…
x
Reference in New Issue
Block a user