From: Peng Haitao Date: Fri, 16 May 2008 02:15:04 +0000 (+0800) Subject: [PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than once X-Git-Tag: v2.6.26-rc9~98^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13d5ef97f0675d789f559cfebc1df9d5e2b1879c;p=pandora-kernel.git [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 Signed-off-by: Al Viro --- Reading git-diff-tree failed