aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r--net/ipv4/route.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 12128b82c9dc..b8f6cadc5b3a 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -2809,10 +2809,9 @@ int inet_rtm_getroute(struct sk_buff *in_skb, struct nlmsghdr* nlh, void *arg)
2809 goto out_free; 2809 goto out_free;
2810 } 2810 }
2811 2811
2812 err = netlink_unicast(rtnl, skb, NETLINK_CB(in_skb).pid, MSG_DONTWAIT); 2812 err = rtnl_unicast(skb, NETLINK_CB(in_skb).pid);
2813 if (err > 0) 2813out:
2814 err = 0; 2814 return err;
2815out: return err;
2816 2815
2817out_free: 2816out_free:
2818 kfree_skb(skb); 2817 kfree_skb(skb);