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 <[email protected]> Committer: Alexandr Dubovikov <[email protected]> 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; } _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
