From fccfde474e12e7ef51aaef132f4d4bf1600a35a6 Mon Sep 17 00:00:00 2001 From: Alexandr Dubovikov Date: Tue, 5 May 2015 14:55:42 +0200 Subject: [PATCH] Update sipcapture.c fixed struct tm capt_ts; Thanks Max Muehlbronner for report. --- modules/sipcapture/sipcapture.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sipcapture/sipcapture.c b/modules/sipcapture/sipcapture.c index 15fd935b7a3..3d434555443 100644 --- a/modules/sipcapture/sipcapture.c +++ b/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; char strftime_buf[128]; time_t tvsec_; + struct tm capt_ts; c = (cm_data)? cm_data:capture_def;