Module: kamailio Branch: master Commit: 318bcc75ee8bfc44585bc22d1eb0ea7a0500181b URL: https://github.com/kamailio/kamailio/commit/318bcc75ee8bfc44585bc22d1eb0ea7a0500181b
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-08T11:18:29+01:00 htable: kemi export function name set to sht_cn() --- Modified: src/modules/htable/htable.c --- Diff: https://github.com/kamailio/kamailio/commit/318bcc75ee8bfc44585bc22d1eb0ea7a0500181b.diff Patch: https://github.com/kamailio/kamailio/commit/318bcc75ee8bfc44585bc22d1eb0ea7a0500181b.patch --- diff --git a/src/modules/htable/htable.c b/src/modules/htable/htable.c index 59406deb494..cbebf06d50b 100644 --- a/src/modules/htable/htable.c +++ b/src/modules/htable/htable.c @@ -2402,7 +2402,7 @@ static sr_kemi_t sr_kemi_htable_exports[] = { { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } }, - { str_init("htable"), str_init("shtcn_match"), + { str_init("htable"), str_init("sht_cn"), SR_KEMIP_INT, ki_sht_cn, { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
