Module: kamailio Branch: master Commit: 8b210310e31ad1083d4fa9a83910b104c77b0a01 URL: https://github.com/kamailio/kamailio/commit/8b210310e31ad1083d4fa9a83910b104...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-05-02T15:09:49+02:00
evrexec: fixed the compile time warnings
---
Modified: src/modules/evrexec/evrexec_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/8b210310e31ad1083d4fa9a83910b104... Patch: https://github.com/kamailio/kamailio/commit/8b210310e31ad1083d4fa9a83910b104...
---
diff --git a/src/modules/evrexec/evrexec_mod.c b/src/modules/evrexec/evrexec_mod.c index 5d45e6f..a91ab4d 100644 --- a/src/modules/evrexec/evrexec_mod.c +++ b/src/modules/evrexec/evrexec_mod.c @@ -183,7 +183,6 @@ int evrexec_param(modparam_t type, void *val) evrexec_task_t tmp; sr_kemi_eng_t *keng = NULL; str s; - char c;
if(val==NULL) return -1;