Skip to content

Commit

Permalink
cachedb_local: Fix missing array terminator
Browse files Browse the repository at this point in the history
Fixes #1757
  • Loading branch information
liviuchircu committed Jul 9, 2019
1 parent b6914e2 commit f418c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cachedb_local/cachedb_local.c
Expand Up @@ -105,6 +105,7 @@ static dep_export_t deps = {
},
{ /* modparam dependencies */
{"cluster_id", get_deps_clusterer},
{ NULL, NULL },
},
};

Expand Down

0 comments on commit f418c2a

Please sign in to comment.