Module: kamailio
Branch: 5.3
Commit: dd7e19b1a383bc52e0a9fcf22f183e79474508b3
URL:
https://github.com/kamailio/kamailio/commit/dd7e19b1a383bc52e0a9fcf22f183e7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-03-09T09:20:40+01:00
siputils: proper param type for kemi contact ops exports
(cherry picked from commit 92c6f04a3faa917a227fb5d3b8918c981a1b1d96)
---
Modified: src/modules/siputils/siputils.c
---
Diff:
https://github.com/kamailio/kamailio/commit/dd7e19b1a383bc52e0a9fcf22f183e7…
Patch:
https://github.com/kamailio/kamailio/commit/dd7e19b1a383bc52e0a9fcf22f183e7…
---
diff --git a/src/modules/siputils/siputils.c b/src/modules/siputils/siputils.c
index e9593da3b4..c2da159088 100644
--- a/src/modules/siputils/siputils.c
+++ b/src/modules/siputils/siputils.c
@@ -553,12 +553,12 @@ static sr_kemi_t sr_kemi_siputils_exports[] = {
},
{ str_init("siputils"), str_init("decode_contact"),
SR_KEMIP_INT, ki_decode_contact,
- { SR_KEMIP_NULL, SR_KEMIP_NULL, SR_KEMIP_NONE,
+ { SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("siputils"), str_init("decode_contact_header"),
SR_KEMIP_INT, ki_decode_contact_header,
- { SR_KEMIP_NULL, SR_KEMIP_NULL, SR_KEMIP_NONE,
+ { SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},