[sr-dev] git:master:fb904abd: textops: fixed mixmatching types for exported kemi functions

Daniel-Constantin Mierla miconda at gmail.com
Sat Jan 20 11:46:39 CET 2018


Module: kamailio
Branch: master
Commit: fb904abd968eb44e797ee7bc08c5705e69de2fc7
URL: https://github.com/kamailio/kamailio/commit/fb904abd968eb44e797ee7bc08c5705e69de2fc7

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/fb904abd968eb44e797ee7bc08c5705e69de2fc7.diff
Patch: https://github.com/kamailio/kamailio/commit/fb904abd968eb44e797ee7bc08c5705e69de2fc7.patch

---

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"),




More information about the sr-dev mailing list