[sr-dev] git:master:06de5083: htable: proper parameter type for sht_setxs() kemi export

Daniel-Constantin Mierla miconda at gmail.com
Tue Sep 18 14:20:23 CEST 2018


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-09-18T14:19:33+02:00

htable: proper parameter type for sht_setxs() kemi export

---

Modified: src/modules/htable/htable.c

---

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

---

diff --git a/src/modules/htable/htable.c b/src/modules/htable/htable.c
index 8305947641..bd323ac37a 100644
--- a/src/modules/htable/htable.c
+++ b/src/modules/htable/htable.c
@@ -1687,7 +1687,7 @@ static sr_kemi_t sr_kemi_htable_exports[] = {
 	},
 	{ str_init("htable"), str_init("sht_setxs"),
 		SR_KEMIP_INT, ki_ht_setxs,
-		{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_INT,
+		{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
 			SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},
 




More information about the sr-dev mailing list