mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Iniitialize a variable.
MFC after: 3 days
This commit is contained in:
parent
eaa769f547
commit
e3d6ef0b03
1 changed files with 1 additions and 1 deletions
|
|
@ -5604,7 +5604,7 @@ sctp_common_input_processing(struct mbuf **mm, int iphlen, int offset, int lengt
|
|||
int cnt_ctrl_ready = 0;
|
||||
struct sctp_inpcb *inp, *inp_decr = NULL;
|
||||
struct sctp_tcb *stcb = NULL;
|
||||
struct sctp_nets *net;
|
||||
struct sctp_nets *net = NULL;
|
||||
|
||||
SCTP_STAT_INCR(sctps_recvdatagrams);
|
||||
#ifdef SCTP_AUDITING_ENABLED
|
||||
|
|
|
|||
Loading…
Reference in a new issue