[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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 _at_ vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」