Browse Source

Update sipcapture.c

fixed  struct tm capt_ts; Thanks Max Muehlbronner for report.
Alexandr Dubovikov 10 years ago
parent
commit
fccfde474e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/sipcapture/sipcapture.c

+ 1 - 0
modules/sipcapture/sipcapture.c

@@ -1098,6 +1098,7 @@ static int sip_capture_store(struct _sipcapture_object *sco, str *dtable, _captu
 	_capture_mode_data_t *c = NULL;
 	_capture_mode_data_t *c = NULL;
         char strftime_buf[128];
         char strftime_buf[128];
         time_t tvsec_;
         time_t tvsec_;
+         struct tm capt_ts;
 
 
 
 
 	c = (cm_data)? cm_data:capture_def;
 	c = (cm_data)? cm_data:capture_def;