[NET]: NETFILTER: remove duplicated lines and fix order in skb_clone().
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Mon, 20 Feb 2006 06:32:06 +0000 (22:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2006 06:32:06 +0000 (22:32 -0800)
Some of netfilter-related members are initalized / copied twice in
skb_clone(). Remove one.

Pointed out by Olivier MATZ <olivier.matz@6wind.com>.

And this patch also fixes order of copying / clearing members.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found