Remove two lines that somehow snuck back in after testing.

ip is now an argument to the function ipfw_log()
This commit is contained in:
julian 2007-01-09 21:03:07 +00:00
parent 24024d4f50
commit 0d4210347a

@ -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;