diff options
Diffstat (limited to 'net/netlink')
-rw-r--r-- | net/netlink/af_netlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index 5d487cd69c8c..7b7b45a19597 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
@@ -950,7 +950,6 @@ static int netlink_sendmsg(struct kiocb *kiocb, struct socket *sock, | |||
950 | goto out; | 950 | goto out; |
951 | 951 | ||
952 | NETLINK_CB(skb).pid = nlk->pid; | 952 | NETLINK_CB(skb).pid = nlk->pid; |
953 | NETLINK_CB(skb).groups = nlk->groups; | ||
954 | NETLINK_CB(skb).dst_pid = dst_pid; | 953 | NETLINK_CB(skb).dst_pid = dst_pid; |
955 | NETLINK_CB(skb).dst_groups = dst_groups; | 954 | NETLINK_CB(skb).dst_groups = dst_groups; |
956 | NETLINK_CB(skb).loginuid = audit_get_loginuid(current->audit_context); | 955 | NETLINK_CB(skb).loginuid = audit_get_loginuid(current->audit_context); |