Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338361
b: refs/heads/master
c: 8ae763c
h: refs/heads/master
i:
  338359: 2829e0b
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Oct 24, 2012
1 parent 6332625 commit 399f8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b61c5ed57195ec97006d8d3ede1f583f6618b79e
refs/heads/master: 8ae763cd7e88a6bc552a6615ba6c1dcaa4828cbf
2 changes: 1 addition & 1 deletion trunk/kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ void audit_log_task_info(struct audit_buffer *ab, struct task_struct *tsk)
cred = current_cred();

spin_lock_irq(&tsk->sighand->siglock);
if (tsk->signal && tsk->signal->tty && tsk->signal->tty->name)
if (tsk->signal && tsk->signal->tty)
tty = tsk->signal->tty->name;
else
tty = "(none)";
Expand Down

0 comments on commit 399f8ba

Please sign in to comment.