[NETLINK]: Remove unused dst_pid field in netlink_skb_parms
[deliverable/linux.git] / net / netlink / af_netlink.c
index f61d81b3c61cee66627379a98f2d1b57aa14fc3a..3baafb10f8f39e23b049a299bbf0cef29cecafb5 100644 (file)
@@ -1153,7 +1153,6 @@ static int netlink_sendmsg(struct kiocb *kiocb, struct socket *sock,
                goto out;
 
        NETLINK_CB(skb).pid     = nlk->pid;
-       NETLINK_CB(skb).dst_pid = dst_pid;
        NETLINK_CB(skb).dst_group = dst_group;
        NETLINK_CB(skb).loginuid = audit_get_loginuid(current->audit_context);
        selinux_get_task_sid(current, &(NETLINK_CB(skb).sid));
This page took 0.024423 seconds and 5 git commands to generate.