diff options
Diffstat (limited to 'security/smack/smack.h')
-rw-r--r-- | security/smack/smack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smack/smack.h b/security/smack/smack.h index 4ede719922ed..b61e75f224d4 100644 --- a/security/smack/smack.h +++ b/security/smack/smack.h | |||
@@ -319,7 +319,7 @@ void smack_log(char *subject_label, char *object_label, | |||
319 | static inline void smk_ad_init(struct smk_audit_info *a, const char *func, | 319 | static inline void smk_ad_init(struct smk_audit_info *a, const char *func, |
320 | char type) | 320 | char type) |
321 | { | 321 | { |
322 | memset(a, 0, sizeof(*a)); | 322 | memset(&a->sad, 0, sizeof(a->sad)); |
323 | a->a.type = type; | 323 | a->a.type = type; |
324 | a->a.smack_audit_data = &a->sad; | 324 | a->a.smack_audit_data = &a->sad; |
325 | a->a.smack_audit_data->function = func; | 325 | a->a.smack_audit_data->function = func; |