Skip to content

Commit

Permalink
Merge pull request #474 from adubovikov/4.3
Browse files Browse the repository at this point in the history
fixed correlation_id
  • Loading branch information
adubovikov committed Jan 8, 2016
2 parents e393ad5 + 192abad commit f42fa2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/sipcapture/hep.c
Expand Up @@ -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);

Expand Down

0 comments on commit f42fa2e

Please sign in to comment.