Skip to content

Commit

Permalink
mail-log: Contexts are now required or checked
Browse files Browse the repository at this point in the history
Satisfies static analyzers
  • Loading branch information
cmouse authored and mrannanj committed Feb 20, 2018
1 parent 511fba2 commit 8fc876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/mail-log/mail-log-plugin.c
Expand Up @@ -16,7 +16,7 @@
#define HEADER_LOG_LEN 80

#define MAIL_LOG_USER_CONTEXT(obj) \
MODULE_CONTEXT(obj, mail_log_user_module)
MODULE_CONTEXT_REQUIRE(obj, mail_log_user_module)

enum mail_log_field {
MAIL_LOG_FIELD_UID = 0x01,
Expand Down

0 comments on commit 8fc876d

Please sign in to comment.