]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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)
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