Module: kamailio
Branch: 4.3
Commit: f42fa2e7d958e47764020b0a6fc49941f8c12015
URL:
https://github.com/kamailio/kamailio/commit/f42fa2e7d958e47764020b0a6fc4994…
Author: Alexandr Dubovikov <alexandr.dubovikov(a)gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovikov(a)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/f42fa2e7d958e47764020b0a6fc4994…
Patch:
https://github.com/kamailio/kamailio/commit/f42fa2e7d958e47764020b0a6fc4994…
---
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);