[Trivial 2.5.58] Remove compile warning from net/ipv4/netfilter/ip_nat_helper.c

From: Bob Miller (rem@osdl.org)
Date: Fri Jan 17 2003 - 16:48:58 EST


Delete an un-used stack variable.

diff -Nru a/net/ipv4/netfilter/ip_nat_helper.c b/net/ipv4/netfilter/ip_nat_helper.c
--- a/net/ipv4/netfilter/ip_nat_helper.c Thu Jan 16 14:06:04 2003
+++ b/net/ipv4/netfilter/ip_nat_helper.c Thu Jan 16 14:06:04 2003
@@ -84,7 +84,6 @@
         iph = (*skb)->nh.iph;
         if (iph->protocol == IPPROTO_TCP) {
                 struct tcphdr *tcph = (void *)iph + iph->ihl*4;
- void *data = (void *)tcph + tcph->doff*4;
 
                 DEBUGP("ip_nat_resize_packet: Seq_offset before: ");
                 DUMP_OFFSET(this_way);

-- 
Bob Miller					Email: rem@osdl.org
Open Source Development Lab			Phone: 503.626.2455 Ext. 17
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jan 23 2003 - 22:00:17 EST