[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
[linux-2.6-block.git] / net / ipv4 / fib_frontend.c
index 75d03e37b9a8a99a7360acd35dd79c3b7e4a9c89..d4e7b578a25dc7dc4b2843c2e7c13052f841cb74 100644 (file)
@@ -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);
 }