From 0d4210347a97dfbb40799e543391ffff684b35ef Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 9 Jan 2007 21:03:07 +0000 Subject: Remove two lines that somehow snuck back in after testing. ip is now an argument to the function ipfw_log() --- sys/netinet/ip_fw2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/netinet/ip_fw2.c') 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; -- cgit v1.1