[NET_SCHED]: act_api: fix netlink API conversion bug
authorPatrick McHardy <kaber@trash.net>
Thu, 24 Jan 2008 04:32:42 +0000 (20:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:11:15 +0000 (15:11 -0800)
commit6d834e04e596d6803cf1074a07fd67e7b5662f1b
treeb11ec3d738e707772fe193a9feb99f7a4c552f42
parentb03f4672007e533c8dbf0965f995182586216bf1
[NET_SCHED]: act_api: fix netlink API conversion bug

Fix two invalid attribute accesses, indices start at 1 with the new
netlink API.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c