Module: kamailio Branch: master Commit: 066f0e8cdf19f35289772814c5dd6854691c92a3 URL: https://github.com/kamailio/kamailio/commit/066f0e8cdf19f35289772814c5dd6854691c92a3
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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/066f0e8cdf19f35289772814c5dd6854691c92a3.diff Patch: https://github.com/kamailio/kamailio/commit/066f0e8cdf19f35289772814c5dd6854691c92a3.patch --- 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"); _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
