Loading net/ipv6/addrconf.c +1 −2 Original line number Diff line number Diff line Loading @@ -534,7 +534,6 @@ void inet6_netconf_notify_devconf(struct net *net, int type, int ifindex, rtnl_notify(skb, net, 0, RTNLGRP_IPV6_NETCONF, NULL, GFP_ATOMIC); return; errout: if (err < 0) rtnl_set_sk_err(net, RTNLGRP_IPV6_NETCONF, err); } Loading Loading
net/ipv6/addrconf.c +1 −2 Original line number Diff line number Diff line Loading @@ -534,7 +534,6 @@ void inet6_netconf_notify_devconf(struct net *net, int type, int ifindex, rtnl_notify(skb, net, 0, RTNLGRP_IPV6_NETCONF, NULL, GFP_ATOMIC); return; errout: if (err < 0) rtnl_set_sk_err(net, RTNLGRP_IPV6_NETCONF, err); } Loading