aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/fib_frontend.c')
-rw-r--r--net/ipv4/fib_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
index 5cd75e2dab2c..99f00d39d10b 100644
--- a/net/ipv4/fib_frontend.c
+++ b/net/ipv4/fib_frontend.c
@@ -974,7 +974,7 @@ static void nl_fib_input(struct sk_buff *skb)
974 974
975 nl_fib_lookup(frn, tb); 975 nl_fib_lookup(frn, tb);
976 976
977 portid = NETLINK_CB(skb).portid; /* pid of sending process */ 977 portid = NETLINK_CB(skb).portid; /* netlink portid */
978 NETLINK_CB(skb).portid = 0; /* from kernel */ 978 NETLINK_CB(skb).portid = 0; /* from kernel */
979 NETLINK_CB(skb).dst_group = 0; /* unicast */ 979 NETLINK_CB(skb).dst_group = 0; /* unicast */
980 netlink_unicast(net->ipv4.fibnl, skb, portid, MSG_DONTWAIT); 980 netlink_unicast(net->ipv4.fibnl, skb, portid, MSG_DONTWAIT);