Module: kamailio Branch: master Commit: 5b183800e10ab3077e2a1d79fa567a1ddd7f2090 URL: https://github.com/kamailio/kamailio/commit/5b183800e10ab3077e2a1d79fa567a1d...
Author: The Root root@kamailio.org Committer: The Root root@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/5b183800e10ab3077e2a1d79fa567a1d... Patch: https://github.com/kamailio/kamailio/commit/5b183800e10ab3077e2a1d79fa567a1d...
---
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");