summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-07-03 21:41:19 +0000
committertuexen <tuexen@FreeBSD.org>2012-07-03 21:41:19 +0000
commit31a966157854178ad501d2f8901feb3c53aba299 (patch)
tree35681850fceb7563713fdf2f8d575a057a61534f /sys/netinet/sctp_input.c
parent087598e58bd1be0e497933e7c710f0867be1e2be (diff)
downloadFreeBSD-src-31a966157854178ad501d2f8901feb3c53aba299.zip
FreeBSD-src-31a966157854178ad501d2f8901feb3c53aba299.tar.gz
Iniitialize a variable.
MFC after: 3 days
Diffstat (limited to 'sys/netinet/sctp_input.c')
-rw-r--r--sys/netinet/sctp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c
index c3b15b6..6d2ec6d 100644
--- a/sys/netinet/sctp_input.c
+++ b/sys/netinet/sctp_input.c
@@ -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
OpenPOWER on IntegriCloud