Przeglądaj źródła

fixed correlation_id

Alexandr Dubovikov 10 lat temu
rodzic
commit
53cb86495a
1 zmienionych plików z 2 dodań i 0 usunięć
  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;
         src_ip.af = 0;
                 	        
                 	        
 	payload = NULL;
 	payload = NULL;
+	correlation_id = NULL;
+	authkey = NULL;
 
 
 	i = sizeof(hep_ctrl_t);	        
 	i = sizeof(hep_ctrl_t);