diff options
author | julian <julian@FreeBSD.org> | 2007-01-09 21:03:07 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2007-01-09 21:03:07 +0000 |
commit | 0d4210347a97dfbb40799e543391ffff684b35ef (patch) | |
tree | 161d572a1c3a18aa164ea79d5c1ef3a1f41e7e5d | |
parent | 24024d4f506012bf4f8acba685d824c808d63929 (diff) | |
download | FreeBSD-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()
-rw-r--r-- | sys/netinet/ip_fw2.c | 2 |
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; |