[sr-dev] git:master:ebd51dae: textops: fixed name of in_list() function export to kemi

Daniel-Constantin Mierla miconda at gmail.com
Sat Nov 25 08:14:20 CET 2017


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-11-25T08:13:20+01:00

textops: fixed name of in_list() function export to kemi

- reported by GH #1332

---

Modified: src/modules/textops/textops.c

---

Diff:  https://github.com/kamailio/kamailio/commit/ebd51daea816a6bab3436e24de22d23d079d7c91.diff
Patch: https://github.com/kamailio/kamailio/commit/ebd51daea816a6bab3436e24de22d23d079d7c91.patch

---

diff --git a/src/modules/textops/textops.c b/src/modules/textops/textops.c
index cafb4520be..b05fdd6b31 100644
--- a/src/modules/textops/textops.c
+++ b/src/modules/textops/textops.c
@@ -3940,7 +3940,7 @@ static sr_kemi_t sr_kemi_textops_exports[] = {
 		{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},
-	{ str_init("textops"), str_init("is_list"),
+	{ str_init("textops"), str_init("in_list"),
 		SR_KEMIP_INT, ki_in_list,
 		{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }




More information about the sr-dev mailing list