| Submitter | Greg Kroah-Hartman |
|---|---|
| Date | 2009-11-06 22:15:17 |
| Message ID | <20091106221549.793440409@mini.kroah.org> |
| Download | mbox | patch |
| Permalink | /patch/58176/ |
| State | New |
| Headers | show |
Comments
Patch
--- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c @@ -348,7 +348,7 @@ static int tcf_fill_node(struct sk_buff tcm = NLMSG_DATA(nlh); tcm->tcm_family = AF_UNSPEC; tcm->tcm__pad1 = 0; - tcm->tcm__pad1 = 0; + tcm->tcm__pad2 = 0; tcm->tcm_ifindex = qdisc_dev(tp->q)->ifindex; tcm->tcm_parent = tp->classid; tcm->tcm_info = TC_H_MAKE(tp->prio, tp->protocol);