diff options
Diffstat (limited to 'net/ipv4/devinet.c')
-rw-r--r-- | net/ipv4/devinet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c index c0eb26a0d0bc..6e75c884e1af 100644 --- a/net/ipv4/devinet.c +++ b/net/ipv4/devinet.c | |||
@@ -1240,10 +1240,10 @@ static void rtmsg_ifa(int event, struct in_ifaddr* ifa, struct nlmsghdr *nlh, | |||
1240 | kfree_skb(skb); | 1240 | kfree_skb(skb); |
1241 | goto errout; | 1241 | goto errout; |
1242 | } | 1242 | } |
1243 | err = rtnl_notify(skb, pid, RTNLGRP_IPV4_IFADDR, nlh, GFP_KERNEL); | 1243 | err = rtnl_notify(skb, &init_net, pid, RTNLGRP_IPV4_IFADDR, nlh, GFP_KERNEL); |
1244 | errout: | 1244 | errout: |
1245 | if (err < 0) | 1245 | if (err < 0) |
1246 | rtnl_set_sk_err(RTNLGRP_IPV4_IFADDR, err); | 1246 | rtnl_set_sk_err(&init_net, RTNLGRP_IPV4_IFADDR, err); |
1247 | } | 1247 | } |
1248 | 1248 | ||
1249 | #ifdef CONFIG_SYSCTL | 1249 | #ifdef CONFIG_SYSCTL |