[NET]: Fix tc_verd thinko in skb_clone()
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Jul 2005 21:13:54 +0000 (14:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Jul 2005 21:13:54 +0000 (14:13 -0700)
It was overwriting the computer n->tc_verd value over
and over with skb->tc_verd, by mistake.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found