Module: kamailio Branch: master Commit: 3e46fc12adbee2c8d0b0dc4de4814d343762c52d URL: https://github.com/kamailio/kamailio/commit/3e46fc12adbee2c8d0b0dc4de4814d34...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2022-04-15T13:17:25+02:00
pv: remove unused variable
pv_branch.c:623:13: warning: unused variable 's' [-Wunused-variable]
---
Modified: src/modules/pv/pv_branch.c
---
Diff: https://github.com/kamailio/kamailio/commit/3e46fc12adbee2c8d0b0dc4de4814d34... Patch: https://github.com/kamailio/kamailio/commit/3e46fc12adbee2c8d0b0dc4de4814d34...
---
diff --git a/src/modules/pv/pv_branch.c b/src/modules/pv/pv_branch.c index 83cc273f12..22f3e7afa5 100644 --- a/src/modules/pv/pv_branch.c +++ b/src/modules/pv/pv_branch.c @@ -620,7 +620,6 @@ int pv_get_rcv(struct sip_msg *msg, pv_param_t *param, int pv_set_rcv(sip_msg_t *msg, pv_param_t *param, int op, pv_value_t *val) { sr_net_info_t *neti = NULL; - str s;
neti = ksr_evrt_rcvnetinfo_get();