Skip to content

Commit

Permalink
expire: DOVEADM_EXPIRE_MAIL_CMD_CONTEXT is now required
Browse files Browse the repository at this point in the history
Satisfied static analyzers
  • Loading branch information
cmouse authored and mrannanj committed Feb 20, 2018
1 parent b230128 commit 3ae3e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/expire/doveadm-expire.c
Expand Up @@ -12,7 +12,7 @@
#include "doveadm-mail.h"

#define DOVEADM_EXPIRE_MAIL_CMD_CONTEXT(obj) \
MODULE_CONTEXT(obj, doveadm_expire_mail_cmd_module)
MODULE_CONTEXT_REQUIRE(obj, doveadm_expire_mail_cmd_module)

enum expire_user_state {
EXPIRE_USER_STATE_NONEXISTENT = 0,
Expand Down

0 comments on commit 3ae3e7f

Please sign in to comment.