Module: kamailio Branch: master Commit: 06de508301a9dff63c671991d47944ef91cf91d2 URL: https://github.com/kamailio/kamailio/commit/06de508301a9dff63c671991d47944ef...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/06de508301a9dff63c671991d47944ef... Patch: https://github.com/kamailio/kamailio/commit/06de508301a9dff63c671991d47944ef...
---
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 } },