From bf40d2ca687a4e7b13358a8ad161518d54441072 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Tue, 21 Mar 2017 08:57:20 +0000 Subject: [PATCH] Shut up gcc. --- usr.bin/sockstat/sockstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index 97add95457a8..6235f8285793 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -561,7 +561,7 @@ gather_inet(int proto) { struct xinpgen *xig, *exig; struct xinpcb *xip; - struct xtcpcb *xtp; + struct xtcpcb *xtp = NULL; struct xsocket *so; struct sock *sock; struct addr *laddr, *faddr;