[sr-dev] git:master: modules/sipcapture: Fixed bad timestamp in the raw socket mode

Alexandr Dubovikov alexandr.dubovikov at gmail.com
Tue Dec 31 23:25:17 CET 2013


Module: sip-router
Branch: master
Commit: cc34c8e2c1e0eeafa0088c2d159260e4b10652c9
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cc34c8e2c1e0eeafa0088c2d159260e4b10652c9

Author: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Date:   Tue Dec 31 23:24:02 2013 +0100

modules/sipcapture:  Fixed bad timestamp in the raw socket mode

HEPpy New Year!

---

 modules/sipcapture/sipcapture.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/sipcapture/sipcapture.c b/modules/sipcapture/sipcapture.c
index 913c240..dc46ab8 100644
--- a/modules/sipcapture/sipcapture.c
+++ b/modules/sipcapture/sipcapture.c
@@ -1017,7 +1017,8 @@ static int child_init(int rank)
                 LM_ERR("no more pkg memory left\n");
                 return -1;
         }
-
+        
+	heptime->tv_sec = 0;
 
 	return 0;
 }




More information about the sr-dev mailing list