diff options
Diffstat (limited to 'net/ipv4/fib_frontend.c')
-rw-r--r-- | net/ipv4/fib_frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index df17aab193b4..f823ca34cb12 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c | |||
@@ -487,7 +487,7 @@ static int rtm_to_fib_config(struct sk_buff *skb, struct nlmsghdr *nlh, | |||
487 | } | 487 | } |
488 | 488 | ||
489 | nlmsg_for_each_attr(attr, nlh, sizeof(struct rtmsg), remaining) { | 489 | nlmsg_for_each_attr(attr, nlh, sizeof(struct rtmsg), remaining) { |
490 | switch (attr->nla_type) { | 490 | switch (nla_type(attr)) { |
491 | case RTA_DST: | 491 | case RTA_DST: |
492 | cfg->fc_dst = nla_get_be32(attr); | 492 | cfg->fc_dst = nla_get_be32(attr); |
493 | break; | 493 | break; |