Skip to content

Commit

Permalink
welcome: WELCOME_CONTEXT is now required
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 3ae3e7f commit 595bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/welcome/welcome-plugin.c
Expand Up @@ -12,7 +12,7 @@
#define WELCOME_SOCKET_TIMEOUT_SECS 30

#define WELCOME_CONTEXT(obj) \
MODULE_CONTEXT(obj, welcome_storage_module)
MODULE_CONTEXT_REQUIRE(obj, welcome_storage_module)

struct welcome_mailbox {
union mailbox_module_context module_ctx;
Expand Down

0 comments on commit 595bb86

Please sign in to comment.