diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index c3b15b6ad7e0..6d2ec6d4ac7f 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