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

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
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 }
        },
 


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to