[sr-dev] git:master:ede35768: rtpengine: updating the exported expected parameters to match the functions

Daniel-Constantin Mierla miconda at gmail.com
Mon Nov 27 08:29:16 CET 2017


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

Author: Samuel <samuel_is_kewl at hotmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-11-27T08:29:08+01:00

rtpengine: updating the exported expected parameters to match the functions

- Mismatch between export and function declaration with regards to the quantity of parameters

---

Modified: src/modules/rtpengine/rtpengine.c

---

Diff:  https://github.com/kamailio/kamailio/commit/ede35768d58fcadb484eafc2babc72ec3be42b87.diff
Patch: https://github.com/kamailio/kamailio/commit/ede35768d58fcadb484eafc2babc72ec3be42b87.patch

---

diff --git a/src/modules/rtpengine/rtpengine.c b/src/modules/rtpengine/rtpengine.c
index c3bc770da9..5b82988229 100644
--- a/src/modules/rtpengine/rtpengine.c
+++ b/src/modules/rtpengine/rtpengine.c
@@ -3674,7 +3674,7 @@ static sr_kemi_t sr_kemi_rtpengine_exports[] = {
     },
     { str_init("rtpengine"), str_init("set_rtpengine_set2"),
         SR_KEMIP_INT, ki_set_rtpengine_set2,
-        { SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
+        { SR_KEMIP_INT, SR_KEMIP_INT, SR_KEMIP_NONE,
             SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
     },
 




More information about the sr-dev mailing list