commit | 50c205f5e5c2e2af002fd4ef537ded79b90b1b56 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Apr 04 15:01:43 2012 -0400 |
committer | Eric Paris <eparis@redhat.com> | Mon Apr 09 12:23:04 2012 -0400 |
tree | 9965a7746aa8c5e982357d5b8c46850f3283206c | |
parent | 07f62eb66c6626aa5653a0fcb34c9c040d0bd032 [diff] |
LSM: do not initialize common_audit_data to 0 It isn't needed. If you don't set the type of the data associated with that type it is a pretty obvious programming bug. So why waste the cycles? Signed-off-by: Eric Paris <eparis@redhat.com>