Commit aaf269ce authored by David S. Miller's avatar David S. Miller Committed by Stephen Hemminger

[IPV6]: Fix typo in addrconf.c

parent f0ca2286
...@@ -2588,7 +2588,7 @@ static int inet6_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb) ...@@ -2588,7 +2588,7 @@ static int inet6_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb)
/* temp addr */ /* temp addr */
#ifdef CONFIG_IPV6_PRIVACY #ifdef CONFIG_IPV6_PRIVACY
for (ifa = idev->tempaddr_list; ifa; for (ifa = idev->tempaddr_list; ifa;
ifa = ifua->tmp_next, ip_idx++) { ifa = ifa->tmp_next, ip_idx++) {
if (ip_idx < s_ip_idx) if (ip_idx < s_ip_idx)
continue; continue;
if ((err = inet6_fill_ifaddr(skb, ifa, if ((err = inet6_fill_ifaddr(skb, ifa,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment