소스 검색

Merge pull request #242 from adubovikov/master

fixed correlation_id
Alexandr Dubovikov 10 년 전
부모
커밋
73ee98ed83
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      modules/sipcapture/hep.c

+ 2 - 0
modules/sipcapture/hep.c

@@ -271,6 +271,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);