[sr-dev] git:4.3:192abad8: fixed correlation_id
Alexandr Dubovikov
alexandr.dubovikov at gmail.com
Fri Jan 8 14:34:27 CET 2016
Module: kamailio
Branch: 4.3
Commit: 192abad8686e5fa9ffc65b5a42dbad6c16cce440
URL: https://github.com/kamailio/kamailio/commit/192abad8686e5fa9ffc65b5a42dbad6c16cce440
Author: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Date: 2016-01-08T14:20:31+01:00
fixed correlation_id
---
Modified: modules/sipcapture/hep.c
---
Diff: https://github.com/kamailio/kamailio/commit/192abad8686e5fa9ffc65b5a42dbad6c16cce440.diff
Patch: https://github.com/kamailio/kamailio/commit/192abad8686e5fa9ffc65b5a42dbad6c16cce440.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