AUDIT: Remove stray declaration of tsk from audit_receive_msg().

It's not used any more.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse 2005-06-22 15:40:55 +01:00
parent 9ad9ad385b
commit 9470178e62
1 changed files with 0 additions and 1 deletions

View File

@ -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)