Skip to content

Commit

Permalink
cachedb_mongodb: Fix modparam typo
Browse files Browse the repository at this point in the history
(cherry picked from commit deb76e3)
(cherry picked from commit 61ef877)
  • Loading branch information
liviuchircu committed Aug 2, 2018
1 parent 0d19589 commit 7bd904d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cachedb_mongodb/cachedb_mongodb.c
Expand Up @@ -56,6 +56,7 @@ int set_connection(unsigned int type, void *val)
static param_export_t params[]={
{ "cachedb_url", STR_PARAM|USE_FUNC_PARAM, (void *)&set_connection},
{ "exec_treshold", INT_PARAM, &mongo_exec_threshold },
{ "exec_threshold", INT_PARAM, &mongo_exec_threshold },
{ "compat_mode_3.0", INT_PARAM, &compat_mode_30 },
{ "compat_mode_2.4", INT_PARAM, &compat_mode_24 },
{0,0,0}
Expand Down

0 comments on commit 7bd904d

Please sign in to comment.