Messages in this thread Patch in this message |  | | Date | Sun, 20 Aug 2000 02:47:41 -0300 | From | Arnaldo Carvalho de Melo <> | Subject | [PATCH] net/ipv4/ip_input.c: micro cleanup |
| |
David,
Please take a look, iph doesn't seems to be used after that point.
- Arnaldo
--- linux-2.4.0-test7-pre3/net/ipv4/ip_input.c.orig Sun Aug 20 02:37:33 2000 +++ linux-2.4.0-test7-pre3/net/ipv4/ip_input.c Sun Aug 20 02:38:15 2000 @@ -297,7 +297,6 @@ skb = ip_defrag(skb); if (!skb) return 0; - iph = skb->nh.iph; } return NF_HOOK(PF_INET, NF_IP_LOCAL_IN, skb, skb->dev, NULL, - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |