[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)
commitb72f6eccb0fc516070f2de469f73870cb6cb1149
tree47adfd4764346387af894dd3a25e2b2266187a67
parent0303770deb834c15ca664a9d741d40f893c92f4e
[NET]: Fix tc_verd thinko in skb_clone()

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>
net/core/skbuff.c