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 02d159f commit b39a7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cachedb_mongodb/cachedb_mongodb.c
Expand Up @@ -66,6 +66,7 @@ static param_export_t params[]={
{ "slave_ok", INT_PARAM, &mongo_slave_ok},
{ "write_concern", STR_PARAM, &mongo_write_concern_str },
{ "exec_treshold", INT_PARAM, &mongo_exec_threshold },
{ "exec_threshold", INT_PARAM, &mongo_exec_threshold },
{0,0,0}
};

Expand Down

0 comments on commit b39a7a2

Please sign in to comment.