@miconda commented on this pull request.
> @@ -3790,7 +3790,9 @@ typedef struct sr_kemi_param_map
static sr_kemi_param_map_t _sr_kemi_param_map[] = {
{SR_KEMIP_NONE, str_init("none")}, {SR_KEMIP_INT,
str_init("int")},
{SR_KEMIP_STR, str_init("str")}, {SR_KEMIP_BOOL,
str_init("bool")},
- {SR_KEMIP_XVAL, str_init("xval")}, {0, STR_NULL}};
+ {SR_KEMIP_LONG, str_init("long")}, {SR_KEMIP_XVAL,
str_init("xval")},
+ {SR_KEMIP_NULL, str_init("null")}, {SR_KEMIP_DICT,
str_init("dict")},
+ {SR_KEMIP_ARRAY, str_init("array")}, {0, STR_NULL}};
SR_KEMI_XVAL is supposed to handle all the other types, so they are not added
individually. Maybe what @linuxmaniac committed is enough to fix the crash.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4352#pullrequestreview-3259143014
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4352/review/[email protected]>_______________________________________________
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!