Skip to content

Commit

Permalink
lib-storage: MBOX_LIST_CONTEXT now requires context
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 1fad1b8 commit f553314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-storage/index/mbox/mbox-storage.c
Expand Up @@ -26,7 +26,7 @@
(st).st_atime < (st).st_mtime ? MAILBOX_MARKED : MAILBOX_UNMARKED)

#define MBOX_LIST_CONTEXT(obj) \
MODULE_CONTEXT(obj, mbox_mailbox_list_module)
MODULE_CONTEXT_REQUIRE(obj, mbox_mailbox_list_module)

struct mbox_mailbox_list {
union mailbox_list_module_context module_ctx;
Expand Down

0 comments on commit f553314

Please sign in to comment.