Skip to content

Commit

Permalink
lib-storage: INDEX_STORAGE_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 04bdefa commit 4adaae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-storage/index/index-storage.h
Expand Up @@ -47,7 +47,7 @@ struct index_mailbox_context {
};

#define INDEX_STORAGE_CONTEXT(obj) \
MODULE_CONTEXT(obj, index_storage_module)
MODULE_CONTEXT_REQUIRE(obj, index_storage_module)
extern MODULE_CONTEXT_DEFINE(index_storage_module,
&mail_storage_module_register);

Expand Down

0 comments on commit 4adaae0

Please sign in to comment.