Module: kamailio
Branch: master
Commit: fb904abd968eb44e797ee7bc08c5705e69de2fc7
URL:
https://github.com/kamailio/kamailio/commit/fb904abd968eb44e797ee7bc08c5705…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-01-20T11:44:31+01:00
textops: fixed mixmatching types for exported kemi functions
---
Modified: src/modules/textops/textops.c
---
Diff:
https://github.com/kamailio/kamailio/commit/fb904abd968eb44e797ee7bc08c5705…
Patch:
https://github.com/kamailio/kamailio/commit/fb904abd968eb44e797ee7bc08c5705…
---
diff --git a/src/modules/textops/textops.c b/src/modules/textops/textops.c
index 8bd7d883fe..97f1ecff12 100644
--- a/src/modules/textops/textops.c
+++ b/src/modules/textops/textops.c
@@ -4096,7 +4096,7 @@ static sr_kemi_t sr_kemi_textops_exports[] = {
},
{ str_init("textops"), str_init("append_body_part_cd"),
SR_KEMIP_INT, ki_append_multibody_cd,
- { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
+ { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("textops"), str_init("remove_body_part"),