Skip to content

Commit

Permalink
lib-sql: SQL_DB_CACHE_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 f553314 commit 42f95f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-sql/sql-db-cache.c
Expand Up @@ -7,7 +7,7 @@
#include "sql-db-cache.h"

#define SQL_DB_CACHE_CONTEXT(obj) \
MODULE_CONTEXT(obj, sql_db_cache_module)
MODULE_CONTEXT_REQUIRE(obj, sql_db_cache_module)

struct sql_db_cache_context {
union sql_db_module_context module_ctx;
Expand Down

0 comments on commit 42f95f6

Please sign in to comment.