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

Author: Alexandr Dubovikov <alexandr.dubovi...@gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovi...@gmail.com>
Date: 2015-07-10T17:50:15+02:00

Merge pull request #242 from adubovikov/master

fixed correlation_id

---

Modified: modules/sipcapture/hep.c

---

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

---

diff --git a/modules/sipcapture/hep.c b/modules/sipcapture/hep.c
index d37dc1d..6c934dc 100644
--- a/modules/sipcapture/hep.c
+++ b/modules/sipcapture/hep.c
@@ -271,6 +271,8 @@ int parsing_hepv3_message(char *buf, unsigned int len) {
         src_ip.af = 0;
                                
        payload = NULL;
+       correlation_id = NULL;
+       authkey = NULL;
 
        i = sizeof(hep_ctrl_t);         
                


_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to