From ac90a7c1066cc8a5e01152a1c6bfc704f6667d98 Mon Sep 17 00:00:00 2001 From: Alexandr Dubovikov Date: Tue, 29 Mar 2016 13:53:19 +0200 Subject: [PATCH] Update hep.c --- modules/sipcapture/hep.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/sipcapture/hep.c b/modules/sipcapture/hep.c index 6c934dcd324..bbafa5a4b6a 100644 --- a/modules/sipcapture/hep.c +++ b/modules/sipcapture/hep.c @@ -66,6 +66,9 @@ int hep_msg_received(void *data) len = (unsigned *)srevp[1]; ri = (struct receive_info *)srevp[2]; + correlation_id = NULL; + authkey = NULL; + count++; struct hep_hdr *heph; /* hep_hdr */ @@ -100,6 +103,9 @@ int hepv2_received(char *buf, unsigned int len, struct receive_info *ri){ memset(heptime, 0, sizeof(struct hep_timehdr)); struct hep_ip6hdr *hepip6h = NULL; + + correlation_id = NULL; + authkey = NULL; hep_offset = 0;