[sr-dev] git:master:fccfde47: Update sipcapture.c

Alexandr Dubovikov alexandr.dubovikov at gmail.com
Mon Jun 1 11:50:13 CEST 2015


Module: kamailio
Branch: master
Commit: fccfde474e12e7ef51aaef132f4d4bf1600a35a6
URL: https://github.com/kamailio/kamailio/commit/fccfde474e12e7ef51aaef132f4d4bf1600a35a6

Author: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Date: 2015-05-05T14:55:42+02:00

Update sipcapture.c

fixed  struct tm capt_ts; Thanks Max Muehlbronner for report.

---

Modified: modules/sipcapture/sipcapture.c

---

Diff:  https://github.com/kamailio/kamailio/commit/fccfde474e12e7ef51aaef132f4d4bf1600a35a6.diff
Patch: https://github.com/kamailio/kamailio/commit/fccfde474e12e7ef51aaef132f4d4bf1600a35a6.patch

---

diff --git a/modules/sipcapture/sipcapture.c b/modules/sipcapture/sipcapture.c
index 15fd935..3d43455 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;




More information about the sr-dev mailing list