X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=net%2Fipv4%2Ffib_frontend.c;h=d4e7b578a25dc7dc4b2843c2e7c13052f841cb74;hb=ac6d439d2097b72ea0cbc2322ce1263a38bc1fd0;hp=75d03e37b9a8a99a7360acd35dd79c3b7e4a9c89;hpb=d629b836d151d43332492651dd841d32e57ebe3b;p=linux-2.6-block.git diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index 75d03e37b9a8..d4e7b578a25d 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c @@ -560,7 +560,7 @@ static void nl_fib_input(struct sock *sk, int len) pid = nlh->nlmsg_pid; /*pid of sending process */ NETLINK_CB(skb).pid = 0; /* from kernel */ NETLINK_CB(skb).dst_pid = pid; - NETLINK_CB(skb).dst_groups = 0; /* unicast */ + NETLINK_CB(skb).dst_group = 0; /* unicast */ netlink_unicast(sk, skb, pid, MSG_DONTWAIT); }