Skip to content

Commit

Permalink
Update hep.c
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov committed Mar 29, 2016
1 parent d2a4c55 commit b400123
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/sipcapture/hep.c
Expand Up @@ -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 */
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit b400123

Please sign in to comment.