[sr-dev] git:master:5b183800: Merge branch 'master' of https://github.com/kamailio/kamailio

The Root root at kamailio.org
Mon Oct 24 10:46:41 CEST 2016


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

Author: The Root <root at kamailio.org>
Committer: The Root <root at kamailio.org>
Date: 2016-10-19T00:16:07+02:00

Merge branch 'master' of https://github.com/kamailio/kamailio

# By Robert Boisvert
# Via Robert Boisvert
* 'master' of https://github.com/kamailio/kamailio:
  mohqueue: fix pointer for RTP statistics error

---

Modified: modules/mohqueue/mohq.c

---

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

---

diff --git a/modules/mohqueue/mohq.c b/modules/mohqueue/mohq.c
index 17b2f2b..a6ae5cf 100644
--- a/modules/mohqueue/mohq.c
+++ b/modules/mohqueue/mohq.c
@@ -449,7 +449,7 @@ if(rtplen != prtpstat->len)
   LM_ERR ("Unable to find RTPSTAT pv!\n");
   goto initerr;
   }
-prtp_pv = pv_cache_get (&prtpstat[0]);
+prtp_pv = pv_cache_get (prtpstat);
 if(!prtp_pv)
   {
   LM_ERR ("Unable to find pv spec for RTPSTAT!\n");




More information about the sr-dev mailing list