Module: kamailio
Branch: master
Commit: 53cb86495a71fe040864167aea1319c5fe04f884
URL:
https://github.com/kamailio/kamailio/commit/53cb86495a71fe040864167aea1319c…
Author: Alexandr Dubovikov <alexandr.dubovikov(a)gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovikov(a)gmail.com>
Date: 2015-07-10T17:00:49+02:00
fixed correlation_id
---
Modified: modules/sipcapture/hep.c
---
Diff:
https://github.com/kamailio/kamailio/commit/53cb86495a71fe040864167aea1319c…
Patch:
https://github.com/kamailio/kamailio/commit/53cb86495a71fe040864167aea1319c…
---
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);