Module: kamailio Branch: 4.3 Commit: 192abad8686e5fa9ffc65b5a42dbad6c16cce440 URL: https://github.com/kamailio/kamailio/commit/192abad8686e5fa9ffc65b5a42dbad6c...
Author: Alexandr Dubovikov alexandr.dubovikov@gmail.com Committer: Alexandr Dubovikov alexandr.dubovikov@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/192abad8686e5fa9ffc65b5a42dbad6c... Patch: https://github.com/kamailio/kamailio/commit/192abad8686e5fa9ffc65b5a42dbad6c...
---
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);