Skip to content

Commit

Permalink
presence: set correct type for local_log_facility modparam
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f4662a)
  • Loading branch information
miconda committed May 13, 2021
1 parent 9fe76d0 commit 5bc7e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/presence/presence.c
Expand Up @@ -232,7 +232,7 @@ static param_export_t params[]={
{ "fetch_rows", INT_PARAM, &pres_fetch_rows},
{ "db_table_lock_type", INT_PARAM, &pres_db_table_lock_type},
{ "local_log_level", PARAM_INT, &pres_local_log_level},
{ "local_log_facility", PARAM_STR, &pres_log_facility_str},
{ "local_log_facility", PARAM_STRING, &pres_log_facility_str},
{ "subs_remove_match", PARAM_INT, &pres_subs_remove_match},
{ "xavp_cfg", PARAM_STR, &pres_xavp_cfg},
{ "retrieve_order", PARAM_INT, &pres_retrieve_order},
Expand Down

0 comments on commit 5bc7e1d

Please sign in to comment.