aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-12-28 21:14:18 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-12-28 21:14:18 +0000
commitfc74d005d9dfb4971bdf1929a5ecc8849986a5ac (patch)
tree83841c138cf0e64179075ab45f3f5098857e5f0a /sys
parent70ad88f3548def0680b9d22c3da3d22f985bba40 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index c5703fc9b713..d6f361d6e88b 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -113,7 +113,7 @@ ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, int flags,
struct ip_moptions *imo, struct inpcb *inp)
{
struct ip *ip;
- struct ifnet *ifp;
+ struct ifnet *ifp = NULL; /* keep compiler happy */
struct mbuf *m0;
int hlen = sizeof (struct ip);
int mtu;