Skip to content

Commit

Permalink
tm: fix warnings for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 2, 2017
1 parent 1712365 commit 15883fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/tm/tm.c
Expand Up @@ -996,7 +996,6 @@ static int ki_t_lookup_request(struct sip_msg* msg)
static int ki_t_lookup_cancel_flags(sip_msg_t* msg, int flags)
{
struct cell *ret;
int i=0;
if (msg->REQ_METHOD==METHOD_CANCEL) {
ret = t_lookupOriginalT( msg );
LM_DBG("lookup_original: t_lookupOriginalT returned: %p\n", ret);
Expand Down

0 comments on commit 15883fe

Please sign in to comment.