[PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than once
authorPeng Haitao <penght@cn.fujitsu.com>
Fri, 16 May 2008 02:15:04 +0000 (10:15 +0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 25 Jun 2008 03:36:21 +0000 (23:36 -0400)
commit13d5ef97f0675d789f559cfebc1df9d5e2b1879c
tree12202e8011e27501b47b0c008f20fd2fe875c29b
parent481c5346d0981940ee63037eb53e4e37b0735c10
[PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than once

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>
kernel/audit.c