Module: kamailio Branch: master Commit: a9d2cbc591f7e1da8743b3598576ef7753c5f32c URL: https://github.com/kamailio/kamailio/commit/a9d2cbc591f7e1da8743b3598576ef77...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-03-13T15:16:23+01:00
topos: removed unused ftag variable
- code was moved to a function
---
Modified: src/modules/topos/tps_msg.c
---
Diff: https://github.com/kamailio/kamailio/commit/a9d2cbc591f7e1da8743b3598576ef77... Patch: https://github.com/kamailio/kamailio/commit/a9d2cbc591f7e1da8743b3598576ef77...
---
diff --git a/src/modules/topos/tps_msg.c b/src/modules/topos/tps_msg.c index f60867d..014ffc1 100644 --- a/src/modules/topos/tps_msg.c +++ b/src/modules/topos/tps_msg.c @@ -718,7 +718,6 @@ int tps_request_received(sip_msg_t *msg, int dialog) tps_data_t mtsd; tps_data_t stsd; str lkey; - str ftag; str nuri; uint32_t direction = TPS_DIR_DOWNSTREAM; int ret; @@ -807,7 +806,6 @@ int tps_response_received(sip_msg_t *msg) tps_data_t stsd; tps_data_t btsd; str lkey; - str ftag; uint32_t direction = TPS_DIR_DOWNSTREAM;
LM_DBG("handling incoming response\n"); @@ -872,7 +870,6 @@ int tps_request_sent(sip_msg_t *msg, int dialog, int local) tps_data_t stsd; tps_data_t *ptsd; str lkey; - str ftag; str xuuid; uint32_t direction = TPS_DIR_DOWNSTREAM;