git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
481c534
)
[PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than once
author
Peng Haitao
<penght@cn.fujitsu.com>
Fri, 16 May 2008 02:15:04 +0000
(10:15 +0800)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 25 Jun 2008 03:36:21 +0000
(23:36 -0400)
The first argument "nlh->nlmsg_type" of audit_receive_filter() should be modified to "msg_type" in audit_receive_msg().
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found