aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-10-21 07:08:56 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-10-21 07:08:56 +0000
commita97a99221a72679fe3ab7811e11edc857f703d82 (patch)
tree34f8c1411b594ef1f2403820c4a879e1fe6bf163 /usr.bin/netstat/inet.c
parent07a98ff5cac9534892369487a38e2a599483728b (diff)
downloadsrc-a97a99221a72679fe3ab7811e11edc857f703d82.tar.gz
src-a97a99221a72679fe3ab7811e11edc857f703d82.zip
Cleanup towards -Wall
Notes
Notes: svn path=/head/; revision=52415
Diffstat (limited to 'usr.bin/netstat/inet.c')
-rw-r--r--usr.bin/netstat/inet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 826afccce4ee..783cbc7fb51a 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -94,7 +94,7 @@ protopr(proto, name)
static int first = 1;
char *buf;
const char *mibvar;
- struct tcpcb *tp;
+ struct tcpcb *tp = NULL;
struct inpcb *inp;
struct xinpgen *xig, *oxig;
struct xsocket *so;