1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Iniitialize a variable.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-07-03 21:41:19 +00:00
parent eaa769f547
commit e3d6ef0b03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238087

View File

@ -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