summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2007-01-09 21:03:07 +0000
committerjulian <julian@FreeBSD.org>2007-01-09 21:03:07 +0000
commit0d4210347a97dfbb40799e543391ffff684b35ef (patch)
tree161d572a1c3a18aa164ea79d5c1ef3a1f41e7e5d /sys/netinet/ip_fw2.c
parent24024d4f506012bf4f8acba685d824c808d63929 (diff)
downloadFreeBSD-src-0d4210347a97dfbb40799e543391ffff684b35ef.zip
FreeBSD-src-0d4210347a97dfbb40799e543391ffff684b35ef.tar.gz
Remove two lines that somehow snuck back in after testing.
ip is now an argument to the function ipfw_log()
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 0f8923f..d2e688f 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -903,8 +903,6 @@ ipfw_log(struct ip_fw *f, u_int hlen, struct ip_fw_args *args,
struct icmphdr *icmp;
struct tcphdr *tcp;
struct udphdr *udp;
- /* Initialize to make compiler happy. */
- struct ip *ip = NULL;
#ifdef INET6
struct ip6_hdr *ip6 = NULL;
struct icmp6_hdr *icmp6;
OpenPOWER on IntegriCloud