[sr-dev] git:master:7cae3e5e: ims_charging: initialize ro_forced_peer variable

Henning Westerholt hw at skalatan.de
Wed Jun 10 17:38:36 CEST 2020


Module: kamailio
Branch: master
Commit: 7cae3e5e0df27bf3481cbf0680bf86902359a97c
URL: https://github.com/kamailio/kamailio/commit/7cae3e5e0df27bf3481cbf0680bf86902359a97c

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-06-10T15:31:13Z

ims_charging: initialize ro_forced_peer variable

---

Modified: src/modules/ims_charging/ims_charging_mod.c

---

Diff:  https://github.com/kamailio/kamailio/commit/7cae3e5e0df27bf3481cbf0680bf86902359a97c.diff
Patch: https://github.com/kamailio/kamailio/commit/7cae3e5e0df27bf3481cbf0680bf86902359a97c.patch

---

diff --git a/src/modules/ims_charging/ims_charging_mod.c b/src/modules/ims_charging/ims_charging_mod.c
index fd65f98683..150a525884 100644
--- a/src/modules/ims_charging/ims_charging_mod.c
+++ b/src/modules/ims_charging/ims_charging_mod.c
@@ -76,7 +76,7 @@ struct tm_binds tmb;
 
 /* Only used if we want to force the Ro peer usually this is configured at a stack level and the first request uses realm routing */
 //char* rx_forced_peer_s = "";
-str ro_forced_peer;
+str ro_forced_peer = str_init("");
 int ro_auth_expiry = 7200;
 int cdp_event_latency = 1; /*flag: report slow processing of CDP callback events or not - default enabled */
 int cdp_event_threshold = 500; /*time in ms above which we should report slow processing of CDP callback event - default 500ms*/




More information about the sr-dev mailing list