Explorar o código

sipcapture: initialize variable to get rid of compile warning

Daniel-Constantin Mierla %!s(int64=8) %!d(string=hai) anos
pai
achega
27ba383b5a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/sipcapture/sipcapture.c

+ 1 - 1
modules/sipcapture/sipcapture.c

@@ -2496,7 +2496,7 @@ static int report_capture(struct sip_msg *msg, str *_table, str* _corr,  str *_d
 	struct timezone tz;
 	char tmp_node[100];
 	time_t epoch_time_as_time_t;
-	str corrtmp, tmp;
+	str corrtmp = STR_NULL, tmp;
 
 
 	_capture_mode_data_t *c = NULL;