Skip to content

Commit

Permalink
AUDIT: Remove stray declaration of tsk from audit_receive_msg().
Browse files Browse the repository at this point in the history
It's not used any more.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Jun 22, 2005
1 parent 9ad9ad3 commit 9470178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
u16 msg_type = nlh->nlmsg_type;
uid_t loginuid; /* loginuid of sender */
struct audit_sig_info sig_data;
struct task_struct *tsk;

err = audit_netlink_ok(NETLINK_CB(skb).eff_cap, msg_type);
if (err)
Expand Down

0 comments on commit 9470178

Please sign in to comment.