[sr-dev] git:4.3:f42fa2e7: Merge pull request #474 from adubovikov/4.3

Alexandr Dubovikov alexandr.dubovikov at gmail.com
Fri Jan 8 14:34:28 CET 2016


Module: kamailio
Branch: 4.3
Commit: f42fa2e7d958e47764020b0a6fc49941f8c12015
URL: https://github.com/kamailio/kamailio/commit/f42fa2e7d958e47764020b0a6fc49941f8c12015

Author: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Date: 2016-01-08T14:34:23+01:00

Merge pull request #474 from adubovikov/4.3

fixed correlation_id

---

Modified: modules/sipcapture/hep.c

---

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

---

diff --git a/modules/sipcapture/hep.c b/modules/sipcapture/hep.c
index c0a1791..2578d4f 100644
--- a/modules/sipcapture/hep.c
+++ b/modules/sipcapture/hep.c
@@ -274,6 +274,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);	        
 	        




More information about the sr-dev mailing list