Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33108
b: refs/heads/master
c: 5422e01
h: refs/heads/master
v: v3
  • Loading branch information
Amy Griffis authored and Al Viro committed Aug 3, 2006
1 parent 0c28de9 commit 71d0d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6988434ee5f532c71be3131fba23283f5cf43847
refs/heads/master: 5422e01ac16df7398b2bad1eccad0ae3be4dee32
2 changes: 2 additions & 0 deletions trunk/kernel/auditfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ static struct audit_entry *audit_rule_to_entry(struct audit_rule *rule)
case AUDIT_EQUAL:
break;
default:
err = -EINVAL;
goto exit_free;
}
}
Expand Down Expand Up @@ -579,6 +580,7 @@ static struct audit_entry *audit_data_to_entry(struct audit_rule_data *data,
case AUDIT_EQUAL:
break;
default:
err = -EINVAL;
goto exit_free;
}
}
Expand Down

0 comments on commit 71d0d7b

Please sign in to comment.