[sr-dev] git:5.5:5bc7e1d6: presence: set correct type for local_log_facility modparam
Daniel-Constantin Mierla
miconda at gmail.com
Thu May 13 18:02:28 CEST 2021
Module: kamailio
Branch: 5.5
Commit: 5bc7e1d636b617839f697838e326347b19cb0fcc
URL: https://github.com/kamailio/kamailio/commit/5bc7e1d636b617839f697838e326347b19cb0fcc
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-05-13T17:54:57+02:00
presence: set correct type for local_log_facility modparam
(cherry picked from commit 5f4662a95a97d5224bf03745a9a354a41925706c)
---
Modified: src/modules/presence/presence.c
---
Diff: https://github.com/kamailio/kamailio/commit/5bc7e1d636b617839f697838e326347b19cb0fcc.diff
Patch: https://github.com/kamailio/kamailio/commit/5bc7e1d636b617839f697838e326347b19cb0fcc.patch
---
diff --git a/src/modules/presence/presence.c b/src/modules/presence/presence.c
index 301113aa03..09751bbc15 100644
--- a/src/modules/presence/presence.c
+++ b/src/modules/presence/presence.c
@@ -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},
More information about the sr-dev
mailing list