Skip to content

Commit

Permalink
rate_cacher: 🐛 fix parameter typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 0ec0936)
  • Loading branch information
spacetourist authored and liviuchircu committed Nov 28, 2022
1 parent 864299f commit a7a138a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rate_cacher/rate_cacher.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static param_export_t params[] = {
{ "vendors_hash_size", INT_PARAM, &carr_hash_size},
{ "clients_db_url", STR_PARAM, &accounts_db_url.s},
{ "clients_db_table", STR_PARAM, &acc_db_table.s},
{ "cients_hash_size", INT_PARAM, &acc_hash_size},
{ "clients_hash_size", INT_PARAM, &acc_hash_size},
{ "rates_db_url", STR_PARAM, &rates_db_url.s},
{ "rates_db_table", STR_PARAM, &ratesheets_db_table.s},
{ 0, 0, 0}
Expand Down

0 comments on commit a7a138a

Please sign in to comment.