mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00:00
AUDIT: Return correct result from audit_filter_rules()
When the task refcounting was added to audit_filter_rules() it became more of a problem that this function was violating the 'only one return from each function' rule. In fixing it to use a variable to store 'ret' I stupidly neglected to actually change the 'return 1;' at the end. This makes it not work very well. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
9e94e66a5b
commit
993e2d4106
1 changed files with 1 additions and 1 deletions
Loading…
Add table
Add a link
Reference in a new issue