Module: kamailio
Branch: master
Commit: 066f0e8cdf19f35289772814c5dd6854691c92a3
URL:
https://github.com/kamailio/kamailio/commit/066f0e8cdf19f35289772814c5dd685…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-05-09T10:45:39+02:00
core: kemi - remove unused variable from method check helper
---
Modified: src/core/kemi.c
---
Diff:
https://github.com/kamailio/kamailio/commit/066f0e8cdf19f35289772814c5dd685…
Patch:
https://github.com/kamailio/kamailio/commit/066f0e8cdf19f35289772814c5dd685…
---
diff --git a/src/core/kemi.c b/src/core/kemi.c
index 7c8e0a4056..5a07abb254 100644
--- a/src/core/kemi.c
+++ b/src/core/kemi.c
@@ -795,7 +795,6 @@ static int sr_kemi_core_is_method_in(sip_msg_t *msg, str *vmethod)
static int sr_kemi_core_is_method_type(sip_msg_t *msg, int mtype)
{
int imethod;
- int i;
if(msg==NULL) {
LM_WARN("invalid parameters\n");