Module: kamailio
Branch: master
Commit: 0fd20703d354702d5cc05737f0454064c36d4164
URL:
https://github.com/kamailio/kamailio/commit/0fd20703d354702d5cc05737f045406…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-01-04T19:59:25+01:00
tm: removed unused variables in t_uac_send()
---
Modified: src/modules/tm/rpc_uac.c
---
Diff:
https://github.com/kamailio/kamailio/commit/0fd20703d354702d5cc05737f045406…
Patch:
https://github.com/kamailio/kamailio/commit/0fd20703d354702d5cc05737f045406…
---
diff --git a/src/modules/tm/rpc_uac.c b/src/modules/tm/rpc_uac.c
index 06990cc..045e53d 100644
--- a/src/modules/tm/rpc_uac.c
+++ b/src/modules/tm/rpc_uac.c
@@ -675,8 +675,7 @@ int t_uac_send(str *method, str *ruri, str *nexthop, str
*send_socket,
struct socket_info* ssock;
str saddr;
int sport, sproto;
- int ret, sip_error, err_ret, fromtag, cseq_is, cseq;
- char err_buf[MAX_REASON_LEN];
+ int ret, fromtag, cseq_is, cseq;
dlg_t dlg;
uac_req_t uac_req;